diff options
author | Alex <alex@adnab.me> | 2023-05-09 09:08:35 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-05-09 09:08:35 +0000 |
commit | 5684e1990cce84fbeb41b7886fb10fca94f76581 (patch) | |
tree | 7162f6defd3196fdc1914c87be439145e3370452 /src/api/Cargo.toml | |
parent | 14c50f2f84b5e4b3036e2c8c959f335e32146bfd (diff) | |
parent | 75759a163c2e6929d9fa7de542a72371a589efaa (diff) | |
download | garage-5684e1990cce84fbeb41b7886fb10fca94f76581.tar.gz garage-5684e1990cce84fbeb41b7886fb10fca94f76581.zip |
Merge pull request 'Really allow to disable `sled` feature' (#563) from jirutka/garage:workspace-deps into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/563
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 9babec02..747f70ab 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -14,11 +14,11 @@ path = "lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -garage_model = { version = "0.8.2", path = "../model" } -garage_table = { version = "0.8.2", path = "../table" } -garage_block = { version = "0.8.2", path = "../block" } -garage_util = { version = "0.8.2", path = "../util" } -garage_rpc = { version = "0.8.2", path = "../rpc" } +garage_model.workspace = true +garage_table.workspace = true +garage_block.workspace = true +garage_util.workspace = true +garage_rpc.workspace = true async-trait = "0.1.7" base64 = "0.21" |