From 1946b2453119c86907f4fba3e9de94812c225bbb Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 17 Dec 2023 19:23:48 -0500 Subject: [PATCH] Increment cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a4c359..7ac1b87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.7" +version = "0.3.8" repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT"