File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed
Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff 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" ]
114111llvm-cov = [" bin" , " cargo-llvm-cov" ]
115112nextest = [" bin" , " cargo-nextest" ]
113+ release = [" bin" , " cargo-release" ]
116114semver-checks = [" bin" , " cargo-semver-checks" ]
Original file line number Diff line number Diff line change 55 # Check for updates every Monday
66 schedule :
77 interval : " weekly"
8-
9- - package-ecosystem : " cargo"
10- directory : " /"
11- schedule :
12- interval : " weekly"
Original file line number Diff line number Diff line change @@ -151,12 +151,10 @@ solana-transaction-status-client-types-wasm = { path = "forks/solana-transaction
151151solana-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" }
156154cargo-llvm-cov = { version = " 0.6.21" }
157155cargo-nextest = { version = " 0.9.111" }
156+ cargo-release = { version = " 0.25.20" }
158157cargo-semver-checks = { version = " 0.45.0" }
159- dylint-link = { version = " 5.0.0" , bins = [" dylint-link" ] }
160158knope = { version = " 0.21.5" , bins = [" knope" ] }
161159wait-for-them = { version = " 0.5.1" , bins = [" wait-for-them" ] }
162160wasm-bindgen-cli = { version = " 0.2.104" , bins = [" wasm-bindgen" , " wasm-bindgen-test-runner" ] }
Original file line number Diff line number Diff line change 1313 with pkgs ;
1414 [
1515 binaryen
16- cargo-release
16+ cargo-binstall
1717 cargo-run-bin
1818 chromedriver
1919 curl
You can’t perform that action at this time.
0 commit comments