diff --git a/Cargo.lock b/Cargo.lock index a1449cc..ebe8601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "dust-lang" -version = "0.3.9" +version = "0.3.91" dependencies = [ "ansi_term", "cc", diff --git a/Cargo.toml b/Cargo.toml index 8ea6bed..384da15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.9" +version = "0.3.91" repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT"