Skip to content

Commit e36626f

Browse files
committed
Bump celq version for release
1 parent 9884d3d commit e36626f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "celq"
33
description = "A CEL command-line query tool for JSON data"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
edition = "2024"
66
rust-version = "1.90"
77
authors = ["Ivan Carvalho <ivancarvalho@gatech.edu>"]
@@ -47,7 +47,7 @@ serde = "1"
4747
serde_json = { version = "1", features = ["preserve_order"] }
4848
rayon = "1.11"
4949
mimalloc = { version = ">=0.1.40, <0.2.0", default-features = false, optional = true }
50-
json5 = "1.3.0"
50+
json5 = "1.3"
5151
toml = { version = "=1.0.6", default-features = false, features = ["parse", "serde", "preserve_order"], optional = true }
5252
serde-saphyr = { version = "=0.0.21", default-features = false, optional = true }
5353
ressa = { version = "=0.8.2", optional = true}

0 commit comments

Comments
 (0)