File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2626 uses : Swatinem/rust-cache@v2
2727
2828 - name : Run clippy
29- run : cargo clippy --workspace --tests --features full -- -D warnings --cfg ignore_serenity_deprecated
29+ # !! Remove `-A clippy::result_large_err` once this is on `next`. This is to
30+ # !! temporarily allow Clippy CI to run on `current`
31+ run : cargo clippy --workspace --tests --features full -- -A clippy::result_large_err -D warnings --cfg ignore_serenity_deprecated
3032
3133 rustfmt :
3234 name : Format
4345
4446 - name : Add problem matchers
4547 run : echo "::add-matcher::.github/matchers/rust.json"
46-
48+
4749 - name : Cache
4850 uses : Swatinem/rust-cache@v2
4951
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ edition = "2021"
2727rust-version = " 1.74"
2828
2929[dependencies ]
30+ # !! Downgrade to versions still supporting v1.74.0
31+ # !! Make sure to remove on `next`
32+ litemap = " =0.7.4"
33+ zerofrom = " =0.1.5"
34+
3035# Required dependencies
3136bitflags = " 2.4.2"
3237serde_json = " 1.0.108"
You can’t perform that action at this time.
0 commit comments