chore: remove version-management from default features

This commit is contained in:
daimond113 2025-02-06 23:51:10 +01:00
parent 51fc6c3abd
commit 5939050ee3
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -10,7 +10,7 @@ repository = "https://github.com/pesde-pkg/pesde"
include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "CHANGELOG.md"]
[features]
default = ["wally-compat", "patches", "version-management"]
default = ["wally-compat", "patches"]
bin = [
"dep:clap",
"dep:dirs",