Skip to content

chore: Release notion version 0.6.0 #143

chore: Release notion version 0.6.0

chore: Release notion version 0.6.0 #143

Triggered via push August 13, 2024 22:37
Status Success
Total duration 1m 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true: src/models/block.rs#L465
warning: an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true --> src/models/block.rs:465:1 | 465 | impl Into<CreateBlock> for Block { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#from_over_into = note: `#[warn(clippy::from_over_into)]` on by default help: replace the `Into` implementation with `From<models::block::Block>` | 465 ~ impl From<Block> for CreateBlock { 466 ~ fn from(val: Block) -> Self { 467 ~ match val { |
unused import: `serde_json::Value`: src/models/mod.rs#L16
warning: unused import: `serde_json::Value` --> src/models/mod.rs:16:5 | 16 | use serde_json::Value; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
static-analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
static-analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, Swatinem/rust-cache@v1.2.0, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, Swatinem/rust-cache@v1.2.0, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/models/mod.rs#L16
unused import: `serde_json::Value`
build
`notion` (lib) generated 1 warning (run `cargo fix --lib -p notion` to apply 1 suggestion)
build: src/models/mod.rs#L16
unused import: `serde_json::Value`
build
`notion` (lib) generated 1 warning (run `cargo fix --lib -p notion` to apply 1 suggestion)
build: src/models/text.rs#L64
this URL is not a hyperlink
build: src/lib.rs#L19
redundant explicit link target
build
`notion` (lib doc) generated 2 warnings (run `cargo fix --lib -p notion` to apply 1 suggestion)