File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " erg_compiler"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " Centimetre: the Erg compiler"
5
5
authors = [" Shunsuke Shibayama <sbym1346@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
@@ -15,8 +15,8 @@ debug = [ "erg_common/debug", "erg_parser/debug" ]
15
15
japanese = [ " erg_common/japanese" , " erg_parser/japanese" ]
16
16
17
17
[dependencies ]
18
- erg_common = { version = " 0.1.1 " , path = " ../erg_common" }
19
- erg_parser = { version = " 0.1.0 " , path = " erg_parser" }
18
+ erg_common = { version = " 0.1.3 " , path = " ../erg_common" }
19
+ erg_parser = { version = " 0.1.1 " , path = " erg_parser" }
20
20
21
21
[lib ]
22
22
path = " lib.rs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " erg_parser"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " The Erg parser"
5
5
authors = [" mtshiba <sbym1346@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ debug = [ "erg_common/debug" ]
14
14
japanese = [ " erg_common/japanese" ]
15
15
16
16
[dependencies ]
17
- erg_common = { version = " 0.1.1 " , path = " ../../erg_common" }
17
+ erg_common = { version = " 0.1.3 " , path = " ../../erg_common" }
18
18
19
19
[lib ]
20
20
path = " lib.rs"
You can’t perform that action at this time.
0 commit comments