Skip to content

Commit f75b2b1

Browse files
committed
unilang-v0.34.0
1 parent 20a7c46 commit f75b2b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ path = "module/core/unilang_parser"
121121
default-features = false
122122

123123
[workspace.dependencies.unilang]
124-
version = "~0.33.0"
124+
version = "~0.34.0"
125125
path = "module/core/unilang"
126126
default-features = false
127127

module/core/unilang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unilang"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = [

0 commit comments

Comments
 (0)