(cargo-release) start next development iteration 0.2.3-alpha.0

This commit is contained in:
Charlie Humphreys 2022-08-25 12:11:29 -05:00
Родитель c5f4946a47
Коммит 78e0345619
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2BC30CC7DA6C9F77
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "jexl-parser"
version = "0.2.2"
version = "0.2.3-alpha.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.2.2-alpha.0", path = "../jexl-parser" }
jexl-parser = { version = "^0.2.3-alpha.0", path = "../jexl-parser" }
serde_json = "1"
serde = "1"
thiserror = "1"

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

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