File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "3"
3
3
members = [" crates/grower-jsni" ]
4
4
5
5
[workspace .package ]
6
- version = " 0.1.0 "
6
+ version = " 0.0.1 "
7
7
edition = " 2021"
8
8
authors = [" itsu-dev" ]
9
9
description = " A Library for development language runtimes that run on Web Browsers."
@@ -12,12 +12,12 @@ license = "MIT"
12
12
13
13
[package ]
14
14
name = " grower"
15
- version = " 0.1.0 "
15
+ version = " 0.0.1 "
16
16
edition = " 2021"
17
17
authors = [" itsu-dev" ]
18
18
description = " A Library for development language runtimes that run on Web Browsers."
19
19
documentation = " https://github.com/Tsukuba-Programming-Lab/grower"
20
20
license = " MIT"
21
21
22
22
[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 " }
You can’t perform that action at this time.
0 commit comments