Migrated from halcyonnouveau/clorinde#51, originally reported by @jacobsvante on 2025-02-07.
I like to run cargo upgrade for my workspace crates. This changes the version numbers in the Cargo.toml file generated by clorinde. Would be awesome if clorinde could keep the version numbers that cargo upgrade changed, at least if they're newer than what clorinde would replace with.
Setting could be something like:
keep-bumped-package-versions = true
I like to run
cargo upgradefor my workspace crates. This changes the version numbers in the Cargo.toml file generated by clorinde. Would be awesome if clorinde could keep the version numbers that cargo upgrade changed, at least if they're newer than what clorinde would replace with.Setting could be something like: