We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22cd34 commit a858c46Copy full SHA for a858c46
grower-rs/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-jsni = { path = "./crates/jsni" }
+jsni = { path = "./crates/jsni", version = "0.1.0" }
grower-rs/crates/jsni/Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "jsni"
3
+version = "0.1.0"
[lib]
crate-type = ["cdylib", "rlib"]
0 commit comments