Skip to content

Commit a858c46

Browse files
committed
fix: versions
1 parent c22cd34 commit a858c46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grower-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
jsni = { path = "./crates/jsni" }
7+
jsni = { path = "./crates/jsni", version = "0.1.0" }

grower-rs/crates/jsni/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "jsni"
33
edition = "2021"
4+
version = "0.1.0"
45

56
[lib]
67
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)