aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-03-13 18:34:33 +0000
committerAlex <alex@adnab.me>2023-03-13 18:34:33 +0000
commit703ac43f1c7c0538ac72a06afc16ad182c3aaba1 (patch)
tree7ae124a8b7165edab933bc9649baf9c126e95c92 /src/rpc/Cargo.toml
parentd6ffa57f4054c41c37a06686330e0080f8243430 (diff)
parent000006d689d2d8075599fbe1653605566ae9d36e (diff)
downloadgarage-703ac43f1c7c0538ac72a06afc16ad182c3aaba1.tar.gz
garage-703ac43f1c7c0538ac72a06afc16ad182c3aaba1.zip
Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/530
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r--src/rpc/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml
index 2c1260a9..dcf44f4a 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_rpc"
-version = "0.8.1"
+version = "0.8.2"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
@@ -14,7 +14,7 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-garage_util = { version = "0.8.1", path = "../util" }
+garage_util = { version = "0.8.2", path = "../util" }
arc-swap = "1.0"
bytes = "1.0"