diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-17 13:06:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-17 13:06:37 +0200 |
commit | 217d4299379b70d1b081cb88e208ab5f2d1808a7 (patch) | |
tree | 3086149203b8cf9f0280c9b8e784eb893b0d7465 /Cargo.toml | |
parent | a1cec2cd60d64208caa2cbd11d8e6f885e80f630 (diff) | |
download | garage-217d4299379b70d1b081cb88e208ab5f2d1808a7.tar.gz garage-217d4299379b70d1b081cb88e208ab5f2d1808a7.zip |
fix clippy lint in format-table crateformat_table-v0.1.1split-format-table
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ members = [ default-members = ["src/garage"] [workspace.dependencies] -format_table = { version = "0.1.0", path = "src/format-table" } +format_table = { version = "0.1.1", path = "src/format-table" } garage_api = { version = "0.8.2", path = "src/api" } garage_block = { version = "0.8.2", path = "src/block" } garage_db = { version = "0.8.2", path = "src/db", default-features = false } |