Update version (v0.5.4)

This commit is contained in:
Shunsuke Shibayama 2022-09-26 21:51:15 +09:00
parent 4d6c7f7590
commit 733e758398
6 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "erg_parser"
version = "0.5.4-nightly.1"
version = "0.5.4"
description = "The Erg parser"
authors = ["erg-lang team <moderation.erglang@gmail.com>"]
license = "MIT OR Apache-2.0"
@ -16,7 +16,7 @@ simplified_chinese = [ "erg_common/simplified_chinese" ]
traditional_chinese = [ "erg_common/traditional_chinese" ]
[dependencies]
erg_common = { version = "0.5.4-nightly.1", path = "../erg_common" }
erg_common = { version = "0.5.4", path = "../erg_common" }
[lib]
path = "lib.rs"