We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9e622 commit e80f802Copy full SHA for e80f802
crates/cellang/Cargo.toml
@@ -19,7 +19,7 @@ derive = ["cellang-macros"]
19
wasm = ["dep:wasm-bindgen", "dep:serde-wasm-bindgen"]
20
21
[dependencies]
22
-cellang-macros = { path = "../cellang-macros", optional = true }
+cellang-macros = { path = "../cellang-macros/", version = "0.6.0", optional = true }
23
serde = { version = "^1", features = ["derive", "rc"] }
24
miette = { version = "^7" }
25
regex = "^1"
0 commit comments