Skip to content

Commit

Permalink
uplink-sys, uplink(release): Release new versions
Browse files Browse the repository at this point in the history
Release a new version of each crate to include some merged fixes and
improving the build.
  • Loading branch information
ifraixedes committed Jan 7, 2025
1 parent 4fb6132 commit ea72aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uplink-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplink-sys"
version = "0.7.1"
version = "0.7.2"
authors = ["Cameron Fyfe <cameron.j.fyfe@gmail.com>", "utropicmedia"]
edition = "2021"
links = "uplink"
Expand Down
4 changes: 2 additions & 2 deletions uplink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplink"
version = "0.10.0"
version = "0.10.1"
authors = ["Ivan Fraixedes <ivan@fraixed.es>"]
edition = "2021"
description = "Idiomatic and safe Rust binding for the Storj Lib Uplink"
Expand All @@ -12,7 +12,7 @@ homepage = "https://storj.io"


[dependencies]
uplink-sys = { path = "../uplink-sys", version = "0.7.1" }
uplink-sys = { path = "../uplink-sys", version = "0.7.2" }

[dev-dependencies]
rand = "0.8.5"

0 comments on commit ea72aad

Please sign in to comment.