Skip to content

Commit

Permalink
api: Run just check-api
Browse files Browse the repository at this point in the history
  • Loading branch information
shinghim committed Jun 26, 2024
1 parent 452a7cc commit 10440b3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api/bitcoin/all-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10660,7 +10660,20 @@ pub use bitcoin::locktime::absolute::Time
pub use bitcoin::locktime::relative::Height
pub use bitcoin::locktime::relative::Time
pub use bitcoin::locktime::relative::TimeOverflowError
pub use bitcoin::parse::ContainsPrefixError
pub use bitcoin::parse::MissingPrefixError
pub use bitcoin::parse::ParseIntError
pub use bitcoin::parse::PrefixedHexError
pub use bitcoin::parse::UnprefixedHexError
pub use bitcoin::parse::hex_check_unprefixed
pub use bitcoin::parse::hex_remove_prefix
pub use bitcoin::parse::hex_u128
pub use bitcoin::parse::hex_u128_unchecked
pub use bitcoin::parse::hex_u128_unprefixed
pub use bitcoin::parse::hex_u32
pub use bitcoin::parse::hex_u32_unchecked
pub use bitcoin::parse::hex_u32_unprefixed
pub use bitcoin::parse::int
pub use bitcoin::relative::Height
pub use bitcoin::relative::Time
pub use bitcoin::relative::TimeOverflowError
13 changes: 13 additions & 0 deletions api/bitcoin/default-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10116,7 +10116,20 @@ pub use bitcoin::locktime::absolute::Time
pub use bitcoin::locktime::relative::Height
pub use bitcoin::locktime::relative::Time
pub use bitcoin::locktime::relative::TimeOverflowError
pub use bitcoin::parse::ContainsPrefixError
pub use bitcoin::parse::MissingPrefixError
pub use bitcoin::parse::ParseIntError
pub use bitcoin::parse::PrefixedHexError
pub use bitcoin::parse::UnprefixedHexError
pub use bitcoin::parse::hex_check_unprefixed
pub use bitcoin::parse::hex_remove_prefix
pub use bitcoin::parse::hex_u128
pub use bitcoin::parse::hex_u128_unchecked
pub use bitcoin::parse::hex_u128_unprefixed
pub use bitcoin::parse::hex_u32
pub use bitcoin::parse::hex_u32_unchecked
pub use bitcoin::parse::hex_u32_unprefixed
pub use bitcoin::parse::int
pub use bitcoin::relative::Height
pub use bitcoin::relative::Time
pub use bitcoin::relative::TimeOverflowError
13 changes: 13 additions & 0 deletions api/bitcoin/no-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9186,7 +9186,20 @@ pub use bitcoin::locktime::absolute::Time
pub use bitcoin::locktime::relative::Height
pub use bitcoin::locktime::relative::Time
pub use bitcoin::locktime::relative::TimeOverflowError
pub use bitcoin::parse::ContainsPrefixError
pub use bitcoin::parse::MissingPrefixError
pub use bitcoin::parse::ParseIntError
pub use bitcoin::parse::PrefixedHexError
pub use bitcoin::parse::UnprefixedHexError
pub use bitcoin::parse::hex_check_unprefixed
pub use bitcoin::parse::hex_remove_prefix
pub use bitcoin::parse::hex_u128
pub use bitcoin::parse::hex_u128_unchecked
pub use bitcoin::parse::hex_u128_unprefixed
pub use bitcoin::parse::hex_u32
pub use bitcoin::parse::hex_u32_unchecked
pub use bitcoin::parse::hex_u32_unprefixed
pub use bitcoin::parse::int
pub use bitcoin::relative::Height
pub use bitcoin::relative::Time
pub use bitcoin::relative::TimeOverflowError

0 comments on commit 10440b3

Please sign in to comment.