Skip to content

Commit

Permalink
Update version (v0.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 12, 2022
1 parent f701fc5 commit 737da3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erg"
version = "0.1.1"
version = "0.1.2"
description = "The Erg programming language"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -27,7 +27,7 @@ japanese = [
]

[dependencies]
erg_common = { version = "0.1.2", path = "./src/erg_common" }
erg_common = { version = "0.1.3", path = "./src/erg_common" }
erg_parser = { version = "0.1.0", path = "./src/erg_compiler/erg_parser" }
erg_compiler = { version = "0.1.0", path = "./src/erg_compiler" }
# vm = { path = "./src/vm" }
Expand Down
2 changes: 1 addition & 1 deletion src/erg_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erg_common"
version = "0.1.2"
version = "0.1.3"
description = "A common components library of Erg"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 737da3e

Please sign in to comment.