From 4ecacd02ab05b27dd69092cdb8dee1bc9cff39e0 Mon Sep 17 00:00:00 2001 From: harmless-tech Date: Sun, 22 Sep 2024 00:03:56 -0400 Subject: [PATCH] Fix md-tui, cargo-edit a --- crates/cargo-edit.toml | 5 +---- pr/_allowlist | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/crates/cargo-edit.toml b/crates/cargo-edit.toml index 7cab6bb1..1c701f5e 100644 --- a/crates/cargo-edit.toml +++ b/crates/cargo-edit.toml @@ -1,8 +1,5 @@ [info] id = "cargo-edit" git = "https://github.com/killercup/cargo-edit" -unsupported = ["aarch64-pc-windows-msvc"] +unsupported = [] bins = ["cargo-add", "cargo-rm", "cargo-set-version", "cargo-upgrade"] - -[target.all] -features = "vendored-openssl" diff --git a/pr/_allowlist b/pr/_allowlist index 6e2a389e..834a5c97 100644 --- a/pr/_allowlist +++ b/pr/_allowlist @@ -1 +1 @@ -cargo-prebuilt +md-tui,cargo-edit