-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ynqa/fix-remove-copy-step
v0.1.4: remove unnecessary sources copy step
- Loading branch information
Showing
4 changed files
with
20 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "j9-sys" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["ynqa <[email protected]>"] | ||
edition = "2021" | ||
description = "Rust bindings for jq" | ||
|
@@ -14,4 +14,5 @@ readme = "README.md" | |
anyhow = "1.0.80" | ||
autotools = "0.2.6" | ||
bindgen = "0.69.4" | ||
filetime = "0.2.25" | ||
walkdir = "2.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "j9" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["ynqa <[email protected]>"] | ||
edition = "2021" | ||
description = "Rust interface for jq-based JSON processing" | ||
|
@@ -12,7 +12,7 @@ name = "j9" | |
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
j9-sys = { path = "../j9-sys", version = "0.1.3" } | ||
j9-sys = { path = "../j9-sys", version = "0.1.4" } | ||
thiserror = "1.0.57" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters