Skip to content

Commit

Permalink
(cargo-release) start next development iteration 0.2.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddai committed Aug 25, 2022
1 parent c5f4946 commit 78e0345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jexl-eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jexl-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = '2018'
name = "jexl-parser"
version = "0.2.2"
version = "0.2.3-alpha.0"
authors = ["Mike Cooper <[email protected]>", "The Sync Team <[email protected]>", "The Glean Team <[email protected]>"]
description = "A JEXL parser written in Rust"
license = "MPL-2.0"
Expand Down

0 comments on commit 78e0345

Please sign in to comment.