chore(release): v0.4.2 #22
cicd.yml
on: pull_request
Extract crate metadata
5s
Matrix: Run tests and checks
Matrix: Build release binaries
Create GitHub release
8s
Annotations
5 warnings
|
the following explicit lifetimes could be elided: 'de:
src/icon.rs#L63
warning: the following explicit lifetimes could be elided: 'de
--> src/icon.rs:63:14
|
63 | impl<'de> Visitor<'de> for CodepointVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
63 - impl<'de> Visitor<'de> for CodepointVisitor {
63 + impl Visitor<'_> for CodepointVisitor {
|
|
|
the following explicit lifetimes could be elided: 'de:
src/icon.rs#L167
warning: the following explicit lifetimes could be elided: 'de
--> src/icon.rs:167:18
|
167 | impl<'de> Visitor<'de> for SubVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
167 - impl<'de> Visitor<'de> for SubVisitor {
167 + impl Visitor<'_> for SubVisitor {
|
|
|
Run tests and checks (macos-12, stable)
A brownout will take place on November 25, 14:00 UTC - November 26, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
|
Build release binaries (x86_64-apple-darwin, macOS-12)
A brownout will take place on November 25, 14:00 UTC - November 26, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
|
Build release binaries (aarch64-apple-darwin, macOS-12)
A brownout will take place on November 25, 14:00 UTC - November 26, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nerdfix-aarch64-apple-darwin
Expired
|
1.32 MB |
sha256:0dfbf0841693aac596a940416d40ffc09e0dd2133c7a74a8129a56c8b7f448e9
|
|
|
nerdfix-aarch64-pc-windows-msvc
Expired
|
1.25 MB |
sha256:7a4cc59da9543dd52dfc85658dd15c3d3fa4b9252f9239480d4d3b1cb3a47cca
|
|
|
nerdfix-aarch64-unknown-linux-musl
Expired
|
1.37 MB |
sha256:2be42cdc42ae23aa1e9580fe5dc4dd7c7df2f4374e7068bf646edf7a2546250c
|
|
|
nerdfix-x86_64-apple-darwin
Expired
|
1.4 MB |
sha256:ba36263e581ec3832de76508462bfdf83bef32ff3c421e76107fc4a268b74ad1
|
|
|
nerdfix-x86_64-pc-windows-msvc
Expired
|
1.33 MB |
sha256:73c9287873e39eb769b57bcec1e203d5dc81fe1fca2698d480f1079044cc657f
|
|
|
nerdfix-x86_64-unknown-freebsd
Expired
|
1.46 MB |
sha256:bbd2173693c0d1c6cacad576f3f0ab56d8dc4e8a96d6f7c6958a531739cd335c
|
|
|
nerdfix-x86_64-unknown-linux-musl
Expired
|
1.51 MB |
sha256:70957bcce63a7d6cd1f802eca14ee78076d0055cbbefe7245ca0265414ccfd89
|
|