mirror of https://github.com/aya-rs/aya
aya: Add cargo-public-api
Adds cargo-public-api. This allows for public API changes to get caught by cargo test, requiring new changes to be "blessed" by using: UPDATE_EXPECT=1 cargo test When this file is changed, Alessandro will need to review the PR. The change to aya/src/maps/mod.rs is due to public-api requiring serde_json, which has cause the following type issue: type annotations needed multiple `impl`s satisfying `usize: std::cmp::PartialEq<_>` found in the following crates: `core`, `serde_json`: - impl std::cmp::PartialEq for usize; - impl std::cmp::PartialEq<serde_json::value::Value> for usize; Signed-off-by: Dave Tucker <dave@dtucker.co.uk>reviewable/pr682/r2
parent
ec5ff01e41
commit
c8200edd6a
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue