зеркало из https://github.com/mozilla/jexl-rs.git
chore: Release
This commit is contained in:
Родитель
d06bd3c49d
Коммит
2cdbc0f547
|
@ -270,7 +270,7 @@ checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
|||
|
||||
[[package]]
|
||||
name = "jexl-eval"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"jexl-parser",
|
||||
|
@ -281,7 +281,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jexl-parser"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"lalrpop-util",
|
||||
"regex",
|
||||
|
@ -362,7 +362,7 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|||
|
||||
[[package]]
|
||||
name = "parser-gen"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"lalrpop",
|
||||
]
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[package]
|
||||
edition = '2018'
|
||||
name = "jexl-eval"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Mike Cooper <mythmon@gmail.com>", "The Sync Team <sync-team@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
|
||||
description = "A JEXL evaluator written in Rust"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/mozilla/jexl-rs"
|
||||
|
||||
[dependencies]
|
||||
jexl-parser = { version = "^0.2.3-alpha.0", path = "../jexl-parser" }
|
||||
jexl-parser = { version = "^0.3.0", path = "../jexl-parser" }
|
||||
serde_json = "1"
|
||||
serde = "1"
|
||||
thiserror = "1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = '2018'
|
||||
name = "jexl-parser"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "parser-gen"
|
||||
version = "0.2.3-alpha.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Edouard Oger <eoger@fastmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче