garage/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Quentin Dufour 4a693ff29e
Configure structopt to report the right version
By default, structopt reports the value provided by
the env var CARGO_PKG_VERSION, feeded by Cargo when reading
Cargo.toml. However for Garage we use a versioning based on git,
so we often report a version that is behind the real version.
In this commit, we create garage_util::version::garage() that
reports the right version and configure all structopt subcommands
to call this function instead of using the env var.
2022-08-10 22:33:33 +02:00
..
api improve internal item counter mechanisms and implement bucket quotas (#326) 2022-06-15 20:20:28 +02:00
block Background task manager (#332) 2022-07-08 13:30:26 +02:00
db Uniformize tracing::* imports (hopefully fixes 32-bit build) 2022-07-15 18:31:19 +02:00
garage Configure structopt to report the right version 2022-08-10 22:33:33 +02:00
k2v-client Publish k2v-client crate to crates.io (#337) 2022-07-04 18:27:25 +02:00
model Background task manager (#332) 2022-07-08 13:30:26 +02:00
rpc Configure structopt to report the right version 2022-08-10 22:33:33 +02:00
table Background task manager (#332) 2022-07-08 13:30:26 +02:00
util Configure structopt to report the right version 2022-08-10 22:33:33 +02:00
web First version of admin API (#298) 2022-05-24 12:16:39 +02:00