Skip to content

Commit e80f802

Browse files
authored
Fix versioning before publishing (#69)
1 parent 9c9e622 commit e80f802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cellang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ derive = ["cellang-macros"]
1919
wasm = ["dep:wasm-bindgen", "dep:serde-wasm-bindgen"]
2020

2121
[dependencies]
22-
cellang-macros = { path = "../cellang-macros", optional = true }
22+
cellang-macros = { path = "../cellang-macros/", version = "0.6.0", optional = true }
2323
serde = { version = "^1", features = ["derive", "rc"] }
2424
miette = { version = "^7" }
2525
regex = "^1"

0 commit comments

Comments
 (0)