File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Cargo sort
5151 run : make cargo-sort
5252
53+ - name : Cargo Machete
54+ run : make cargo-machete
55+
5356 build :
5457 runs-on : ${{ matrix.os }}
5558 strategy :
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ tempfile = "3.8"
8484tokio = { version = " 1" , default-features = false }
8585typed-builder = " ^0.18"
8686url = " 2"
87- urlencoding = " 2"
8887uuid = " 1.6.1"
8988volo-thrift = " 0.10"
9089hive_metastore = " 0.1.0"
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ cargo-sort:
3232 cargo install cargo-sort
3333 cargo sort -c -w
3434
35+ cargo-machete :
36+ cargo install cargo-machete
37+ cargo machete
38+
3539fix-toml :
3640 cargo install taplo-cli --locked
3741 taplo fmt
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ serde_derive = { workspace = true }
4242serde_json = { workspace = true }
4343tokio = { workspace = true , features = [" sync" ] }
4444typed-builder = { workspace = true }
45- urlencoding = { workspace = true }
4645uuid = { workspace = true , features = [" v4" ] }
4746
4847[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments