From 226c1e806f4e870ac35225db6e2cf76db450382c Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 26 Dec 2023 20:23:06 -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 7ac1b87..8ea6bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.8" +version = "0.3.9" repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT"