From 5e8888e56b7bfd9600cc2467fc98f2da8e1101e8 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 28 Aug 2023 22:08:26 -0400 Subject: [PATCH] Change cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 596c06c..f6140af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dust-lang" -version = "0.1.0" +version = "0.1.1" description = "Data-oriented programming language and interactive shell." authors = ["jeff "] repository = "https://git.jeffa.io/jeff/dust.git"