Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proto: Add Any Protobuf type and improve Duration and Timestamp Protobuf types #1452

Merged
merged 9 commits into from
Aug 6, 2024

Add `borsh` and `parity-scale-codec` features with corresponding deri…

e0b13b1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

proto: Add Any Protobuf type and improve Duration and Timestamp Protobuf types #1452

Add `borsh` and `parity-scale-codec` features with corresponding deri…
e0b13b1
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Jul 31, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

p2p/src/lib.rs|1 col 1| error: multiple versions for dependency block-buffer: 0.9.0, 0.10.4
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
= note: -D clippy::multiple-crate-versions implied by -D warnings
= help: to override -D warnings add #[allow(clippy::multiple_crate_versions)]
p2p/src/lib.rs|1 col 1| error: multiple versions for dependency digest: 0.9.0, 0.10.7
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
p2p/src/lib.rs|1 col 1| error: multiple versions for dependency sha2: 0.9.9, 0.10.8
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions