From 6ab6ed6678012e28b55798359c1cdbd0d167827e Mon Sep 17 00:00:00 2001 From: Larko <59736843+Larkooo@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:41:55 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c40bf3c..1d9628b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "dojo-c" -version = "1.0.0" +version = "1.1.0" [lib] crate-type = ["cdylib", "rlib", "staticlib"]