diff options
author | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2024-07-19 21:17:51 +0200 |
---|---|---|
committer | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2024-07-21 01:16:28 +0200 |
commit | 48c51020e571455fa004be25371f85a39a945cad (patch) | |
tree | 5bbeb6f5df80caed9469d40fce0866f4b38f64ae /src | |
parent | ceb5e80d0edfd3447109fbe5091f07d5cd3b9c8e (diff) |
build: rm `package.version` from Cargo.toml
This sets the version, that can be read at build time using the
environment variable `CARGO_PKG_VERSION`, to the default
value (`0.0.0`).
Setting `package.version` in the Cargo manifest is mandatory for
publishing to crates.io. We're not publishing the crate currently, and
there isn't an obvious case for doing so in the future that comes to
mind.
Our sources are not using the version from cargo currently. `clap` and
some other dependencies may use them by default but still we don't use
that version in any outputs. Therefore, we should be fine without it.
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions