File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
components : rustfmt
18
18
- name : Check Formatting
19
19
run : cargo +stable fmt --all -- --check
20
- - uses : taiki-e/install-action@v2
20
+ - uses : taiki-e/install-action@v2
21
21
with :
22
22
tool : typos-cli
23
23
- name : Check Formatting
88
88
- name : Pin deps that break MSRV
89
89
if : matrix.rust_version == '1.70.0'
90
90
run : |
91
- cargo update -p exr --precise 1.71.0
92
91
cargo update -p ahash --precise 0.8.7
93
92
cargo update -p bumpalo --precise 3.14.0
94
-
93
+
95
94
- name : Build crate
96
95
shell : bash
97
96
run : cargo $CMD build --verbose --target ${{ matrix.platform.target }} $OPTIONS --features $FEATURES
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ features = ["jpeg"]
91
91
92
92
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
93
93
# Turn rayon back on everywhere else; creating the separate entry resets the features to default.
94
- image = " 0.25.0"
95
94
rayon = " 1.5.1"
96
95
97
96
[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
#![ doc = include_str ! ( "../README.md" ) ]
2
+ #![ allow( clippy:: needless_doctest_main) ]
2
3
#![ deny( unsafe_op_in_unsafe_fn) ]
3
4
#![ warn( missing_docs) ]
4
5
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments