Skip to content

Commit 4aab57d

Browse files
committed
bump version
1 parent cd648ca commit 4aab57d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ibc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

crates/ibc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#![forbid(unsafe_code)]
1414
// https://github.com/cosmos/ibc-rs/issues/342
1515
#![allow(clippy::result_large_err)]
16-
#![doc(html_root_url = "https://docs.rs/ibc/0.25.0")]
16+
#![doc(html_root_url = "https://docs.rs/ibc/0.26.0")]
1717
//! This library implements the InterBlockchain Communication (IBC) protocol in Rust. IBC is
1818
//! a distributed protocol that enables communication between distinct sovereign blockchains.
1919
//! Loose analogies may be drawn between the IBC protocol and the TCP/UDP protocols that enable

0 commit comments

Comments
 (0)