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