aboutsummaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-02 14:15:33 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-02 14:15:33 +0100
commit67755695254fb20bcb535d3484d692babb853d33 (patch)
treeb9ca8e16ce2a8e4d305cae7535d7373b32e6d4c7 /src/table
parent1649002e2b8f0ec59715236ca5a67859162c787f (diff)
downloadgarage-67755695254fb20bcb535d3484d692babb853d33.tar.gz
garage-67755695254fb20bcb535d3484d692babb853d33.zip
Bump everything to v0.8.1
Diffstat (limited to 'src/table')
-rw-r--r--src/table/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml
index 38c6b41c..861e3843 100644
--- a/src/table/Cargo.toml
+++ b/src/table/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_table"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
@@ -14,9 +14,9 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-garage_db = { version = "0.8.0", path = "../db" }
-garage_rpc = { version = "0.8.0", path = "../rpc" }
-garage_util = { version = "0.8.0", path = "../util" }
+garage_db = { version = "0.8.1", path = "../db" }
+garage_rpc = { version = "0.8.1", path = "../rpc" }
+garage_util = { version = "0.8.1", path = "../util" }
opentelemetry = "0.17"