Skip to content

Commit

Permalink
uplink-sys(deps): Bump uplink-c version to v1.8.1
Browse files Browse the repository at this point in the history
Bump the uplink-c version to the last published release v1.8.1 (patch
release) and bump the uplink-sys crate version to a new patch release to
reflect this dependency update.
  • Loading branch information
ifraixedes committed Nov 27, 2023
1 parent 3c24a43 commit 47844ec
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified uplink-sys/.docs-rs/libuplink.a
Binary file not shown.
2 changes: 1 addition & 1 deletion uplink-sys/.docs-rs/libuplink.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib

Name: uplink
Description: C library for Storj V3 Network.
Version: v1.8.0
Version: 1.8.1
Cflags: -I${includedir}
Libs: -L${libdir} -luplink
Libs.private: -lpthread
Binary file modified uplink-sys/.docs-rs/libuplink.so
Binary file not shown.
4 changes: 2 additions & 2 deletions uplink-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplink-sys"
version = "0.6.0"
version = "0.6.1"
authors = ["Cameron Fyfe <[email protected]>", "utropicmedia"]
edition = "2021"
links = "uplink"
Expand All @@ -12,7 +12,7 @@ keywords = ["storj", "storage"]

# Contains relevant information of the Uplink c-binding.
[package.metadata.uplink-c]
version = "1.8.0" # keep it manually in sync with the git-submodule uplink-c checkout version tag.
version = "1.8.1" # 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"
Expand Down
2 changes: 1 addition & 1 deletion uplink-sys/uplink-c
Submodule uplink-c updated 6 files
+2 −2 GNUmakefile
+5 −5 go.mod
+14 −16 go.sum
+6 −2 scripts/version
+13 −13 testsuite/go.mod
+27 −24 testsuite/go.sum

0 comments on commit 47844ec

Please sign in to comment.