Skip to content

Commit

Permalink
bump up version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 20, 2024
1 parent dcfb843 commit 08a920e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"j9",
"j9-sys",
Expand Down
2 changes: 1 addition & 1 deletion j9-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "j9-sys"
version = "0.1.0"
version = "0.1.1"
authors = ["ynqa <[email protected]>"]
edition = "2021"
description = "Rust bindings for jq"
Expand Down
4 changes: 2 additions & 2 deletions j9/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "j9"
version = "0.1.0"
version = "0.1.1"
authors = ["ynqa <[email protected]>"]
edition = "2021"
description = "Rust interface for jq-based JSON processing"
Expand All @@ -12,7 +12,7 @@ name = "j9"
path = "src/lib.rs"

[dependencies]
j9-sys = { path = "../j9-sys", version = "0.1.0" }
j9-sys = { path = "../j9-sys", version = "0.1.1" }
thiserror = "1.0.57"

[dev-dependencies]
Expand Down

0 comments on commit 08a920e

Please sign in to comment.