Update version (v0.4.0-beta.0)

This commit is contained in:
Shunsuke Shibayama 2022-09-08 14:06:14 +09:00
parent da7b82d868
commit e6f97dfa77
6 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "erg_parser"
version = "0.3.2"
version = "0.4.0-beta.0"
description = "The Erg parser"
authors = ["mtshiba <sbym1346@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.3.2", path = "../erg_common" }
erg_common = { version = "0.4.0-beta.0", path = "../erg_common" }
[lib]
path = "lib.rs"