mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Update version
This commit is contained in:
parent
92dbf925c7
commit
dd6a409dcc
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "erg"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "The Erg programming language"
|
||||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -27,7 +27,7 @@ japanese = [
|
|||
]
|
||||
|
||||
[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_compiler = { version = "0.1.0", path = "./src/erg_compiler" }
|
||||
# vm = { path = "./src/vm" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "erg_common"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "A common components library of Erg"
|
||||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue