Skip to content

Commit 94820e3

Browse files
committed
build: speed up installations
1 parent 9016a87 commit 94820e3

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.cargo/config.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ coverage_codecov_report = [
108108
"--output-path",
109109
"codecov.json",
110110
]
111-
112-
binstall = ["bin", "cargo-binstall"]
113-
dylint = ["bin", "cargo-dylint"]
114111
llvm-cov = ["bin", "cargo-llvm-cov"]
115112
nextest = ["bin", "cargo-nextest"]
113+
release = ["bin", "cargo-release"]
116114
semver-checks = ["bin", "cargo-semver-checks"]

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ updates:
55
# Check for updates every Monday
66
schedule:
77
interval: "weekly"
8-
9-
- package-ecosystem: "cargo"
10-
directory: "/"
11-
schedule:
12-
interval: "weekly"

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,10 @@ solana-transaction-status-client-types-wasm = { path = "forks/solana-transaction
151151
solana-transaction-status-wasm = { path = "forks/solana-transaction-status-wasm", version = "3.0.10" }
152152

153153
[workspace.metadata.bin]
154-
cargo-binstall = { version = "1.15.10" }
155-
cargo-dylint = { version = "5.0.0" }
156154
cargo-llvm-cov = { version = "0.6.21" }
157155
cargo-nextest = { version = "0.9.111" }
156+
cargo-release = { version = "0.25.20" }
158157
cargo-semver-checks = { version = "0.45.0" }
159-
dylint-link = { version = "5.0.0", bins = ["dylint-link"] }
160158
knope = { version = "0.21.5", bins = ["knope"] }
161159
wait-for-them = { version = "0.5.1", bins = ["wait-for-them"] }
162160
wasm-bindgen-cli = { version = "0.2.104", bins = ["wasm-bindgen", "wasm-bindgen-test-runner"] }

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in
1313
with pkgs;
1414
[
1515
binaryen
16-
cargo-release
16+
cargo-binstall
1717
cargo-run-bin
1818
chromedriver
1919
curl

0 commit comments

Comments
 (0)