mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Update version (nightly)
This commit is contained in:
parent
e89bb869bf
commit
1e5d0dd70f
6 changed files with 20 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "erg_parser"
|
||||
version = "0.5.7-nightly.0"
|
||||
version = "0.5.7-nightly.1"
|
||||
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.7-nightly.0", path = "../erg_common" }
|
||||
erg_common = { version = "0.5.7-nightly.1", path = "../erg_common" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue