Skip to content

Commit cfab985

Browse files
committed
Release 0.0.1
grower@0.0.1 grower-jsni@0.0.1 Generated by cargo-workspaces
1 parent 3740e35 commit cfab985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grower-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["crates/grower-jsni"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.0.1"
77
edition = "2021"
88
authors = ["itsu-dev"]
99
description = "A Library for development language runtimes that run on Web Browsers."
@@ -12,12 +12,12 @@ license = "MIT"
1212

1313
[package]
1414
name = "grower"
15-
version = "0.1.0"
15+
version = "0.0.1"
1616
edition = "2021"
1717
authors = ["itsu-dev"]
1818
description = "A Library for development language runtimes that run on Web Browsers."
1919
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.1.0" }
23+
jsni = { package = "grower-jsni", path = "./crates/grower-jsni", version = "0.0.1" }

0 commit comments

Comments
 (0)