Update version

This commit is contained in:
Shunsuke Shibayama 2022-08-12 10:57:49 +09:00
parent 92dbf925c7
commit dd6a409dcc
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "erg" name = "erg"
version = "0.1.0" version = "0.1.1"
description = "The Erg programming language" description = "The Erg programming language"
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"] authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -27,7 +27,7 @@ japanese = [
] ]
[dependencies] [dependencies]
erg_common = { version = "0.1.1", path = "./src/erg_common" } erg_common = { version = "0.1.2", path = "./src/erg_common" }
erg_parser = { version = "0.1.0", path = "./src/erg_compiler/erg_parser" } erg_parser = { version = "0.1.0", path = "./src/erg_compiler/erg_parser" }
erg_compiler = { version = "0.1.0", path = "./src/erg_compiler" } erg_compiler = { version = "0.1.0", path = "./src/erg_compiler" }
# vm = { path = "./src/vm" } # vm = { path = "./src/vm" }

View file

@ -1,6 +1,6 @@
[package] [package]
name = "erg_common" name = "erg_common"
version = "0.1.1" version = "0.1.2"
description = "A common components library of Erg" description = "A common components library of Erg"
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"] authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"