Update version (v0.2.7)

This commit is contained in:
Shunsuke Shibayama 2022-08-22 23:52:31 +09:00
parent 88ac00dcaa
commit 5af5f186bb
5 changed files with 14 additions and 14 deletions

View file

@ -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"