Skip to content

Commit

Permalink
sync ibc-go with tag 04-channel-upgrades-rc.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Jan 9, 2024
1 parent 588a7a2 commit 364e997
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/IBC_GO_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2551dea41cd3c512845007ca895c8402afa9b79f
7a89e5d5b5ebb7643ce3992c34008c35373ecf34
6 changes: 5 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

#![cfg_attr(not(feature = "std"), no_std)]
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
#![allow(clippy::large_enum_variant, clippy::derive_partial_eq_without_eq)]
#![allow(
clippy::large_enum_variant,
clippy::derive_partial_eq_without_eq,
clippy::needless_borrows_for_generic_args
)]
#![allow(rustdoc::bare_urls)]
#![forbid(unsafe_code)]

Expand Down
Loading

0 comments on commit 364e997

Please sign in to comment.