зеркало из https://github.com/mozilla/jexl-rs.git
(cargo-release) start next development iteration 0.2.2-alpha.0
This commit is contained in:
Родитель
f7f2f93338
Коммит
77053b24ee
|
@ -281,7 +281,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jexl-parser"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2-alpha.0"
|
||||
dependencies = [
|
||||
"lalrpop-util",
|
||||
"regex",
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MPL-2.0"
|
|||
repository = "https://github.com/mozilla/jexl-rs"
|
||||
|
||||
[dependencies]
|
||||
jexl-parser = { version = "^0.2.1-alpha.0", path = "../jexl-parser" }
|
||||
jexl-parser = { version = "^0.2.2-alpha.0", path = "../jexl-parser" }
|
||||
serde_json = "1"
|
||||
serde = "1"
|
||||
thiserror = "1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = '2018'
|
||||
name = "jexl-parser"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2-alpha.0"
|
||||
authors = ["Mike Cooper <mythmon@gmail.com>", "The Sync Team <sync-team@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
|
||||
description = "A JEXL parser written in Rust"
|
||||
license = "MPL-2.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче