garage/src
Zdenek Crha 0eef8a69f0 make all garage_db::Engine variants un-conditional
Having all Engine enum variants conditional causes compilation errors
when *none* of the DB engine features is enabled. This is not an issue
for full garage build, but affects crates that use garage_db as
dependency.

Change all variants to be present at all times. It solves compilation
errors and also allows us to better differentiate between invalid DB
engine name and engine with support not compiled in current binary.
2024-01-22 21:12:02 +01:00
..
api Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
block Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
db make all garage_db::Engine variants un-conditional 2024-01-22 21:12:02 +01:00
format-table fix clippy lint in format-table crate 2023-05-17 13:06:37 +02:00
garage make all garage_db::Engine variants un-conditional 2024-01-22 21:12:02 +01:00
k2v-client introduce dedicated return type for PollRange 2023-06-24 10:17:20 +02:00
model Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
rpc Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
table Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
util Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
web Bump version to 0.9.1 2024-01-16 16:28:17 +01:00