From 07e598e766615853cb52d623285c2d53d0eabe48 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 28 Nov 2023 13:45:45 -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 312fbc8..d30cac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.5" +version = "0.3.7" repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT"