This commit is contained in:
James Hugman 2022-04-20 20:02:21 +01:00
Родитель e3f3e0e704
Коммит 4ee5fd8cc8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C8ECBFECD3428032
3 изменённых файлов: 5 добавлений и 3 удалений

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

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.7.13"
@ -279,7 +281,7 @@ dependencies = [
[[package]]
name = "jexl-parser"
version = "0.1.7"
version = "0.2.0"
dependencies = [
"lalrpop-util",
"regex",

Просмотреть файл

@ -8,7 +8,7 @@ license = "MPL-2.0"
repository = "https://github.com/mozilla/jexl-rs"
[dependencies]
jexl-parser = { version = "^0.1.7-alpha.0", path = "../jexl-parser" }
jexl-parser = { version = "^0.2.0", path = "../jexl-parser" }
serde_json = "1"
serde = "1"
thiserror = "1"

Просмотреть файл

@ -1,7 +1,7 @@
[package]
edition = '2018'
name = "jexl-parser"
version = "0.1.7"
version = "0.2.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"