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