Skip to content

Commit

Permalink
uplink(desp): Bump uplink-sys verstion to v0.6.1
Browse files Browse the repository at this point in the history
Bump the uplink-sys version crate to v0.6.1 (patch) and bump the uplink
crate to a new patch release.
  • Loading branch information
ifraixedes committed Nov 27, 2023
1 parent 47844ec commit 8d49132
Showing 1 changed file with 2 additions and 2 deletions.
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.8.0"
version = "0.8.1"
authors = ["Ivan Fraixedes <[email protected]>"]
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.6.0" }
uplink-sys = { path = "../uplink-sys", version = "0.6.1" }

[dev-dependencies]
rand = "0.8.5"

0 comments on commit 8d49132

Please sign in to comment.