зеркало из https://github.com/mozilla/jexl-rs.git
(cargo-release) version 0.2.0
This commit is contained in:
Родитель
e3f3e0e704
Коммит
4ee5fd8cc8
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче