File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ members = [
1010resolver = " 2"
1111
1212[workspace .dependencies ]
13- web-transport-trait = { path = " web-transport-trait" , version = " 0.1" }
1413web-transport-proto = { path = " web-transport-proto" , version = " 0.2" }
14+ web-transport-trait = { path = " web-transport-trait" , version = " 0.1" }
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ test:
5252
5353# Automatically fix some issues.
5454fix :
55- cargo fix --allow-staged --workspace --exclude web-transport-wasm --all-targets --all-features
56- cargo clippy --fix --allow-staged --workspace --exclude web-transport-wasm --all-targets --all-features
55+ cargo fix --allow-staged --allow-dirty -- workspace --exclude web-transport-wasm --all-targets --all-features
56+ cargo clippy --fix --allow-staged --allow-dirty -- workspace --exclude web-transport-wasm --all-targets --all-features
5757
5858 # Do the same but explicitly use the WASM target.
59- cargo fix --allow-staged --target wasm32 -unknown-unknown -p web-transport --all-targets --all-features
60- cargo fix --allow-staged --target wasm32 -unknown-unknown -p web-transport-wasm --all-targets --all-features
61- cargo clippy --fix --allow-staged --target wasm32 -unknown-unknown -p web-transport --all-targets --all-features
62- cargo clippy --fix --allow-staged --target wasm32 -unknown-unknown -p web-transport-wasm --all-targets --all-features
59+ cargo fix --allow-staged --allow-dirty -- target wasm32 -unknown-unknown -p web-transport --all-targets --all-features
60+ cargo fix --allow-staged --allow-dirty -- target wasm32 -unknown-unknown -p web-transport-wasm --all-targets --all-features
61+ cargo clippy --fix --allow-staged --allow-dirty -- target wasm32 -unknown-unknown -p web-transport --all-targets --all-features
62+ cargo clippy --fix --allow-staged --allow-dirty -- target wasm32 -unknown-unknown -p web-transport-wasm --all-targets --all-features
6363
6464 # requires: cargo install cargo-shear
6565 cargo shear --fix
You can’t perform that action at this time.
0 commit comments