Skip to content

Commit dd6a409

Browse files
committed
Update version
1 parent 92dbf92 commit dd6a409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "erg"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The Erg programming language"
55
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -27,7 +27,7 @@ japanese = [
2727
]
2828

2929
[dependencies]
30-
erg_common = { version = "0.1.1", path = "./src/erg_common" }
30+
erg_common = { version = "0.1.2", path = "./src/erg_common" }
3131
erg_parser = { version = "0.1.0", path = "./src/erg_compiler/erg_parser" }
3232
erg_compiler = { version = "0.1.0", path = "./src/erg_compiler" }
3333
# vm = { path = "./src/vm" }

src/erg_common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "erg_common"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A common components library of Erg"
55
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)