Skip to content

Commit e104e87

Browse files
committed
data_type-v0.15.0
1 parent 260f44c commit e104e87

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
@@ -129,7 +129,7 @@ path = "module/move/unilang_parser" # Point to original unilang_parser
129129
## data_type
130130

131131
[workspace.dependencies.data_type]
132-
version = "~0.14.0"
132+
version = "~0.15.0"
133133
path = "module/core/data_type"
134134
default-features = false
135135

module/core/data_type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data_type"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)