Skip to content

Commit d8427ca

Browse files
committed
release(cli): v0.15.1
indirect syntax fixed
1 parent dc4f7e7 commit d8427ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cambridge-asm-cli"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["SaadiSave <https://github.com/SaadiSave>"]
55
edition = "2021"
66
license = "MPL-2.0"
@@ -24,7 +24,7 @@ bincode = "2.0.0-rc.1"
2424
anyhow = "1"
2525

2626
[dependencies.cambridge-asm]
27-
version = "0.18"
27+
version = "0.18.1"
2828
default-features = false
2929
features = ["compile"]
3030

0 commit comments

Comments
 (0)