File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,5 +110,5 @@ coverage_codecov_report = [
110110]
111111llvm-cov = [" bin" , " cargo-llvm-cov" ]
112112nextest = [" bin" , " cargo-nextest" ]
113- release = [" bin" , " cargo-release" ]
114113semver-checks = [" bin" , " cargo-semver-checks" ]
114+ workspaces = [" bin" , " cargo-workspaces" ]
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ solana-transaction-status-wasm = { path = "forks/solana-transaction-status-wasm"
153153[workspace .metadata .bin ]
154154cargo-llvm-cov = { version = " 0.6.21" }
155155cargo-nextest = { version = " 0.9.111" }
156- cargo-release = { version = " 0.25.20" }
157156cargo-semver-checks = { version = " 0.45.0" }
157+ cargo-workspaces = { version = " 0.4.1" }
158158knope = { version = " 0.21.5" , bins = [" knope" ] }
159159wait-for-them = { version = " 0.5.1" , bins = [" wait-for-them" ] }
160160wasm-bindgen-cli = { version = " 0.2.104" , bins = [" wasm-bindgen" , " wasm-bindgen-test-runner" ] }
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ name = "publish"
100100
101101[[workflows .steps ]]
102102type = " Command"
103- command = " cargo release publish --workspace --execute --no-confirm "
103+ command = " cargo workspaces publish --from-git --yes "
104104
105105[github ]
106106owner = " pina-rs"
You can’t perform that action at this time.
0 commit comments