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.
1 parent 20a7c46 commit f75b2b1Copy full SHA for f75b2b1
Cargo.toml
@@ -121,7 +121,7 @@ path = "module/core/unilang_parser"
121
default-features = false
122
123
[workspace.dependencies.unilang]
124
-version = "~0.33.0"
+version = "~0.34.0"
125
path = "module/core/unilang"
126
127
module/core/unilang/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unilang"
3
-version = "0.33.0"
+version = "0.34.0"
4
edition = "2021"
5
rust-version = "1.70"
6
authors = [
0 commit comments