aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-18 19:33:15 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-18 19:33:15 +0100
commitdead945c8f770ab62a676922f98cc59c636257ce (patch)
treed71c83c036adb489b0b4b1095a726df040c6ab53 /src/rpc
parent4348bde180887f5185ca6da6024476e8e8fb2fe6 (diff)
downloadgarage-dead945c8f770ab62a676922f98cc59c636257ce.tar.gz
garage-dead945c8f770ab62a676922f98cc59c636257ce.zip
Prepare for release 0.2
Diffstat (limited to 'src/rpc')
-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 fbe826a8..4ae53fc8 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_rpc"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "GPL-3.0"
@@ -13,7 +13,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.1.1", path = "../util" }
+garage_util = { version = "0.2.0", path = "../util" }
bytes = "1.0"
hex = "0.4"