From 4a8242621ddf0d49966304a124025be687a0f5de Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 29 Dec 2023 16:28:36 -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 384da15..11a0238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.91" +version = "0.3.92" repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT"