aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-01-15 17:54:48 +0100
committerAlex Auvolat <alex@adnab.me>2021-01-15 17:54:48 +0100
commit1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57 (patch)
treecd58a77e052d0405c4f9edbbb83c3cf0cb3e5be0
parent97494b4a190cb16986b743ba1446968a6c180c6e (diff)
downloadgarage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.tar.gz
garage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.zip
Bump everything to 0.1.1
-rw-r--r--Cargo.lock40
-rw-r--r--src/garage/Cargo.toml6
-rw-r--r--src/model/Cargo.toml4
-rw-r--r--src/rpc/Cargo.toml4
-rw-r--r--src/table/Cargo.toml4
-rw-r--r--src/util/Cargo.toml2
-rw-r--r--src/web/Cargo.toml4
7 files changed, 32 insertions, 32 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ed35ef5..5beb0093 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -422,9 +422,9 @@ dependencies = [
"futures-util",
"garage_api",
"garage_model 0.1.1",
- "garage_rpc 0.1.0",
+ "garage_rpc 0.1.1",
"garage_table 0.1.1",
- "garage_util 0.1.0",
+ "garage_util 0.1.1",
"garage_web",
"hex",
"log",
@@ -452,7 +452,7 @@ dependencies = [
"futures-util",
"garage_model 0.1.1",
"garage_table 0.1.1",
- "garage_util 0.1.0",
+ "garage_util 0.1.1",
"hex",
"hmac",
"http",
@@ -480,9 +480,9 @@ dependencies = [
"bytes 0.4.12",
"futures",
"futures-util",
- "garage_rpc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "garage_rpc 0.1.0",
"garage_table 0.1.0",
- "garage_util 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "garage_util 0.1.0",
"hex",
"log",
"rand",
@@ -504,9 +504,9 @@ dependencies = [
"futures",
"futures-util",
"garage_model 0.1.0",
- "garage_rpc 0.1.0",
+ "garage_rpc 0.1.1",
"garage_table 0.1.1",
- "garage_util 0.1.0",
+ "garage_util 0.1.1",
"hex",
"log",
"rand",
@@ -521,6 +521,8 @@ dependencies = [
[[package]]
name = "garage_rpc"
version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0ef794407808c89f300f73457bdc567c953b323d7fe30534aba686a28ebb4a0d"
dependencies = [
"arc-swap",
"bytes 0.4.12",
@@ -546,15 +548,13 @@ dependencies = [
[[package]]
name = "garage_rpc"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ef794407808c89f300f73457bdc567c953b323d7fe30534aba686a28ebb4a0d"
+version = "0.1.1"
dependencies = [
"arc-swap",
"bytes 0.4.12",
"futures",
"futures-util",
- "garage_util 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "garage_util 0.1.1",
"gethostname",
"hex",
"http",
@@ -583,8 +583,8 @@ dependencies = [
"bytes 0.4.12",
"futures",
"futures-util",
- "garage_rpc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "garage_util 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "garage_rpc 0.1.0",
+ "garage_util 0.1.0",
"hex",
"log",
"rand",
@@ -604,8 +604,8 @@ dependencies = [
"bytes 0.4.12",
"futures",
"futures-util",
- "garage_rpc 0.1.0",
- "garage_util 0.1.0",
+ "garage_rpc 0.1.1",
+ "garage_util 0.1.1",
"hex",
"hexdump",
"log",
@@ -620,6 +620,8 @@ dependencies = [
[[package]]
name = "garage_util"
version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "77de76a4167c041094f3f3415c6d3d773373e0326668fbce70dfd3b024788800"
dependencies = [
"err-derive",
"futures",
@@ -643,9 +645,7 @@ dependencies = [
[[package]]
name = "garage_util"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77de76a4167c041094f3f3415c6d3d773373e0326668fbce70dfd3b024788800"
+version = "0.1.1"
dependencies = [
"err-derive",
"futures",
@@ -669,14 +669,14 @@ dependencies = [
[[package]]
name = "garage_web"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"err-derive",
"futures",
"garage_api",
"garage_model 0.1.1",
"garage_table 0.1.1",
- "garage_util 0.1.0",
+ "garage_util 0.1.1",
"http",
"hyper",
"idna",
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml
index 39288f40..254645c7 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -14,12 +14,12 @@ path = "main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-garage_util = { version = "0.1", path = "../util" }
-garage_rpc = { version = "0.1", path = "../rpc" }
+garage_util = { version = "0.1.1", path = "../util" }
+garage_rpc = { version = "0.1.1", path = "../rpc" }
garage_table = { version = "0.1.1", path = "../table" }
garage_model = { version = "0.1.1", path = "../model" }
garage_api = { version = "0.1.1", path = "../api" }
-garage_web = { version = "0.1", path = "../web" }
+garage_web = { version = "0.1.1", path = "../web" }
bytes = "0.4"
rand = "0.7"
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index a138691d..d365ebcc 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -13,8 +13,8 @@ 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", path = "../util" }
-garage_rpc = { version = "0.1", path = "../rpc" }
+garage_util = { version = "0.1.1", path = "../util" }
+garage_rpc = { version = "0.1.1", path = "../rpc" }
garage_table = { version = "0.1.1", path = "../table" }
model010 = { package = "garage_model", version = "0.1.0" }
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml
index 0b6f6907..48f05755 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_rpc"
-version = "0.1.0"
+version = "0.1.1"
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", path = "../util" }
+garage_util = { version = "0.1.1", path = "../util" }
bytes = "0.4"
rand = "0.7"
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml
index 945763fa..483c386c 100644
--- a/src/table/Cargo.toml
+++ b/src/table/Cargo.toml
@@ -13,8 +13,8 @@ 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", path = "../util" }
-garage_rpc = { version = "0.1", path = "../rpc" }
+garage_util = { version = "0.1.1", path = "../util" }
+garage_rpc = { version = "0.1.1", path = "../rpc" }
bytes = "0.4"
rand = "0.7"
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml
index 19d96214..cb2baf06 100644
--- a/src/util/Cargo.toml
+++ b/src/util/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_util"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "GPL-3.0"
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml
index 751b9ace..5cc8683c 100644
--- a/src/web/Cargo.toml
+++ b/src/web/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_web"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
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", path = "../util" }
+garage_util = { version = "0.1.1", path = "../util" }
garage_table = { version = "0.1.1", path = "../table" }
garage_model = { version = "0.1.1", path = "../model" }
garage_api = { version = "0.1.1", path = "../api" }