mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Update version (v0.4.0-beta.0)
This commit is contained in:
parent
da7b82d868
commit
e6f97dfa77
6 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "erg_compiler"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0-beta.0"
|
||||
description = "Centimetre: the Erg compiler"
|
||||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -17,9 +17,9 @@ simplified_chinese = [ "erg_common/simplified_chinese", "erg_parser/simplified_c
|
|||
traditional_chinese = [ "erg_common/traditional_chinese", "erg_parser/traditional_chinese", "erg_type/traditional_chinese" ]
|
||||
|
||||
[dependencies]
|
||||
erg_common = { version = "0.3.2", path = "../erg_common" }
|
||||
erg_parser = { version = "0.3.2", path = "../erg_parser" }
|
||||
erg_type = { version = "0.3.2", path = "../erg_type" }
|
||||
erg_common = { version = "0.4.0-beta.0", path = "../erg_common" }
|
||||
erg_parser = { version = "0.4.0-beta.0", path = "../erg_parser" }
|
||||
erg_type = { version = "0.4.0-beta.0", path = "../erg_type" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue