We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b013bc + a892be5 commit 6b1b9d8Copy full SHA for 6b1b9d8
Cargo.toml
@@ -117,7 +117,7 @@ path = "module/core/unilang_parser"
117
default-features = false
118
119
[workspace.dependencies.unilang]
120
-version = "~0.29.0"
+version = "~0.30.0"
121
path = "module/core/unilang"
122
123
module/core/unilang/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unilang"
3
-version = "0.29.0"
+version = "0.30.0"
4
edition = "2021"
5
rust-version = "1.70"
6
authors = [
0 commit comments