Skip to content

Commit

Permalink
Update subcrates version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 12, 2022
1 parent 737da3e commit 328522e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/erg_compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erg_compiler"
version = "0.1.0"
version = "0.1.1"
description = "Centimetre: the Erg compiler"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,8 +15,8 @@ debug = [ "erg_common/debug", "erg_parser/debug" ]
japanese = [ "erg_common/japanese", "erg_parser/japanese" ]

[dependencies]
erg_common = { version = "0.1.1", path = "../erg_common" }
erg_parser = { version = "0.1.0", path = "erg_parser" }
erg_common = { version = "0.1.3", path = "../erg_common" }
erg_parser = { version = "0.1.1", path = "erg_parser" }

[lib]
path = "lib.rs"
Expand Down
4 changes: 2 additions & 2 deletions src/erg_compiler/erg_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erg_parser"
version = "0.1.0"
version = "0.1.1"
description = "The Erg parser"
authors = ["mtshiba <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ debug = [ "erg_common/debug" ]
japanese = [ "erg_common/japanese" ]

[dependencies]
erg_common = { version = "0.1.1", path = "../../erg_common" }
erg_common = { version = "0.1.3", path = "../../erg_common" }

[lib]
path = "lib.rs"
Expand Down

0 comments on commit 328522e

Please sign in to comment.