From 5939050ee3fb6d46ba348c0a0bbaba2d0502a2f0 Mon Sep 17 00:00:00 2001 From: daimond113 Date: Thu, 6 Feb 2025 23:51:10 +0100 Subject: [PATCH] chore: remove version-management from default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b450753..d19dd0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",