This commit is contained in:
Vlad Filippov 2020-08-14 13:44:58 -04:00
Родитель 509030fda5
Коммит cb457f5593
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC6973602B80B17D
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -241,7 +241,7 @@ name = "jexl-eval"
version = "0.1.5-alpha.0"
dependencies = [
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
"jexl-parser 0.1.4-alpha.0",
"jexl-parser 0.1.4",
"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.4-alpha.0"
version = "0.1.4"
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.4-alpha.0"
version = "0.1.4"
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"