Skip to content

Commit

Permalink
VERIRY in CI uplink-c update
Browse files Browse the repository at this point in the history
  • Loading branch information
ifraixedes committed May 30, 2024
1 parent ecab5ee commit ecac7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions uplink-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ keywords = ["storj", "storage"]

# Contains relevant information of the Uplink c-binding.
[package.metadata.uplink-c]
version = "1.8.1" # keep it manually in sync with the git-submodule uplink-c checkout version tag.
version = "1.9.0" # keep it manually in sync with the git-submodule uplink-c checkout version tag.

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [] # Do not build the doc with any other target than the default.

[build-dependencies]
bindgen = "0.68.1"
bindgen = "0.69.4"

[dependencies]
2 changes: 1 addition & 1 deletion uplink-sys/uplink-c
Submodule uplink-c updated 6 files
+2 −2 Jenkinsfile
+6 −2 README.md
+14 −13 go.mod
+34 −43 go.sum
+96 −49 testsuite/go.mod
+1,463 −201 testsuite/go.sum

0 comments on commit ecac7fa

Please sign in to comment.