From 65be4e5ffdd9412438f55ef2dc1654702e106b29 Mon Sep 17 00:00:00 2001 From: mi_sawa Date: Sun, 30 Jun 2024 14:42:01 +0900 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- fuzz/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c83e62..c71cacc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1924,7 +1924,7 @@ checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" [[package]] name = "xq" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 02cef77..46a7a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xq" -version = "0.4.0" +version = "0.4.1" authors = ["mi_sawa "] edition = "2021" description = "A reimplementation of jq." diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 548264b..eb6f315 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1477,7 +1477,7 @@ checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" [[package]] name = "xq" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "base64",