mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-02 21:54:45 +00:00
Major changes: https://github.com/warp-tech/warpgate/releases/tag/v0.24.0 https://github.com/warp-tech/warpgate/releases/tag/v0.25.0 https://github.com/warp-tech/warpgate/releases/tag/v0.26.0 Security releases: https://github.com/warp-tech/warpgate/releases/tag/v0.25.5 https://github.com/warp-tech/warpgate/releases/tag/v0.25.6
32 lines
657 B
Diff
32 lines
657 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 0e92acb..d187ebc 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -1,5 +1,3 @@
|
|
-cargo-features = ["profile-rustflags"]
|
|
-
|
|
[workspace]
|
|
members = [
|
|
"warpgate",
|
|
@@ -160,20 +158,2 @@
|
|
[profile.coverage]
|
|
inherits = "dev"
|
|
-
|
|
-[profile.dev.package.aws-sdk-ec2]
|
|
-hint-mostly-unused = true
|
|
-
|
|
-[profile.release.package.aws-sdk-ec2]
|
|
-hint-mostly-unused = true
|
|
-
|
|
-[profile.dev.package.aws-sdk-rds]
|
|
-hint-mostly-unused = true
|
|
-
|
|
-[profile.release.package.aws-sdk-rds]
|
|
-hint-mostly-unused = true
|
|
-
|
|
-[profile.dev.package.aws-sdk-eks]
|
|
-hint-mostly-unused = true
|
|
-
|
|
-[profile.release.package.aws-sdk-eks]
|
|
-hint-mostly-unused = true
|