From ea72aad2913953391f74e4755649a0d723ffda1d Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Tue, 31 Dec 2024 15:35:42 +0100 Subject: [PATCH] uplink-sys, uplink(release): Release new versions Release a new version of each crate to include some merged fixes and improving the build. --- uplink-sys/Cargo.toml | 2 +- uplink/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uplink-sys/Cargo.toml b/uplink-sys/Cargo.toml index a90dab3..291dc9f 100644 --- a/uplink-sys/Cargo.toml +++ b/uplink-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uplink-sys" -version = "0.7.1" +version = "0.7.2" authors = ["Cameron Fyfe ", "utropicmedia"] edition = "2021" links = "uplink" diff --git a/uplink/Cargo.toml b/uplink/Cargo.toml index 93c661f..7afefc3 100644 --- a/uplink/Cargo.toml +++ b/uplink/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uplink" -version = "0.10.0" +version = "0.10.1" authors = ["Ivan Fraixedes "] edition = "2021" description = "Idiomatic and safe Rust binding for the Storj Lib Uplink" @@ -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"