Skip to content

Commit c413248

Browse files
committed
fix: version
1 parent b1bfdd1 commit c413248

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

grower-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ documentation = "https://github.com/Tsukuba-Programming-Lab/grower"
2020
license = "MIT"
2121

2222
[dependencies]
23-
jsni = { package = "grower-jsni", path = "./crates/grower-jsni", version = "0.0.0" }
23+
jsni = { package = "grower-jsni", path = "./crates/grower-jsni", version = "0.0.1" }

grower-rs/crates/grower-jsni/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "grower-jsni"
3-
edition.workspace = true
4-
version.workspace = true
5-
authors.workspace = true
6-
description.workspace = true
7-
documentation.workspace = true
3+
version = "0.0.1"
4+
edition = "2021"
5+
authors = ["itsu-dev"]
6+
description = "A Library for development language runtimes that run on Web Browsers."
7+
documentation = "https://github.com/Tsukuba-Programming-Lab/grower"
8+
license = "MIT"
89

910
[dependencies]
1011
wasm-bindgen = "0.2.92"

0 commit comments

Comments
 (0)