Skip to content

Commit b48729f

Browse files
committed
unilang_instruction_parser-v0.2.0
1 parent ae70c02 commit b48729f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/alias/unilang_instruction_parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unilang_instruction_parser"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "readme.md"
@@ -24,4 +24,4 @@ error_tools = { workspace = true, features = [ "enabled", "error_typed" ] }
2424
iter_tools = { workspace = true, features = [ "enabled" ] }
2525

2626
[lints]
27-
workspace = true
27+
workspace = true

0 commit comments

Comments
 (0)