зеркало из https://github.com/mozilla/jexl-rs.git
(cargo-release) version 0.1.3
This commit is contained in:
Родитель
b7ded36bf4
Коммит
e51356d231
|
@ -241,7 +241,7 @@ name = "jexl-eval"
|
|||
version = "0.1.4-alpha.0"
|
||||
dependencies = [
|
||||
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"jexl-parser 0.1.3-alpha.0",
|
||||
"jexl-parser 0.1.3",
|
||||
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -249,7 +249,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jexl-parser"
|
||||
version = "0.1.3-alpha.0"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"lalrpop 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lalrpop-util 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = '2018'
|
||||
name = "jexl-parser"
|
||||
version = "0.1.3-alpha.0"
|
||||
version = "0.1.3"
|
||||
authors = ["Mike Cooper <mythmon@gmail.com>", "The Sync Team <sync-team@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
|
||||
build = "build.rs"
|
||||
description = "A JEXL parser written in Rust"
|
||||
|
|
Загрузка…
Ссылка в новой задаче