Skip to content

Commit 328522e

Browse files
committed
Update subcrates version
1 parent 737da3e commit 328522e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/erg_compiler/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "erg_compiler"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Centimetre: the Erg compiler"
55
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -15,8 +15,8 @@ debug = [ "erg_common/debug", "erg_parser/debug" ]
1515
japanese = [ "erg_common/japanese", "erg_parser/japanese" ]
1616

1717
[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" }
2020

2121
[lib]
2222
path = "lib.rs"

src/erg_compiler/erg_parser/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "erg_parser"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The Erg parser"
55
authors = ["mtshiba <sbym1346@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ debug = [ "erg_common/debug" ]
1414
japanese = [ "erg_common/japanese" ]
1515

1616
[dependencies]
17-
erg_common = { version = "0.1.1", path = "../../erg_common" }
17+
erg_common = { version = "0.1.3", path = "../../erg_common" }
1818

1919
[lib]
2020
path = "lib.rs"

0 commit comments

Comments
 (0)