We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd648ca commit 4aab57dCopy full SHA for 4aab57d
crates/ibc/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ibc"
3
-version = "0.25.0"
+version = "0.26.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
readme = "README.md"
crates/ibc/src/lib.rs
@@ -13,7 +13,7 @@
13
#![forbid(unsafe_code)]
14
// https://github.com/cosmos/ibc-rs/issues/342
15
#![allow(clippy::result_large_err)]
16
-#![doc(html_root_url = "https://docs.rs/ibc/0.25.0")]
+#![doc(html_root_url = "https://docs.rs/ibc/0.26.0")]
17
//! This library implements the InterBlockchain Communication (IBC) protocol in Rust. IBC is
18
//! a distributed protocol that enables communication between distinct sovereign blockchains.
19
//! Loose analogies may be drawn between the IBC protocol and the TCP/UDP protocols that enable
0 commit comments