File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " erg"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " The Erg programming language"
5
5
authors = [" Shunsuke Shibayama <sbym1346@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
@@ -27,7 +27,7 @@ japanese = [
27
27
]
28
28
29
29
[dependencies ]
30
- erg_common = { version = " 0.1.1 " , path = " ./src/erg_common" }
30
+ erg_common = { version = " 0.1.2 " , path = " ./src/erg_common" }
31
31
erg_parser = { version = " 0.1.0" , path = " ./src/erg_compiler/erg_parser" }
32
32
erg_compiler = { version = " 0.1.0" , path = " ./src/erg_compiler" }
33
33
# vm = { path = "./src/vm" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " erg_common"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " A common components library of Erg"
5
5
authors = [" Shunsuke Shibayama <sbym1346@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments