mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Update version (v0.2.7)
This commit is contained in:
parent
88ac00dcaa
commit
5af5f186bb
5 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "erg_compiler"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
description = "Centimetre: the Erg compiler"
|
||||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -17,8 +17,8 @@ simplified_chinese = [ "erg_common/simplified_chinese", "erg_parser/simplified_c
|
|||
traditional_chinese = [ "erg_common/traditional_chinese", "erg_parser/traditional_chinese" ]
|
||||
|
||||
[dependencies]
|
||||
erg_common = { version = "0.2.6", path = "../erg_common" }
|
||||
erg_parser = { version = "0.2.6", path = "../erg_parser" }
|
||||
erg_common = { version = "0.2.7", path = "../erg_common" }
|
||||
erg_parser = { version = "0.2.7", path = "../erg_parser" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue