Skip to content

Commit 01793ae

Browse files
cosmos-sdk-proto v0.27.0 (#521)
1 parent 1cf4103 commit 01793ae

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmos-sdk-proto/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.27.0 (2025-03-27)
9+
### Changed
10+
- Bump `tonic` to v0.13; MSRV 1.75 ([#520])
11+
12+
[#520]: https://github.com/cosmos/cosmos-rust/pull/520
13+
814
## 0.26.1 (2024-11-08)
915
### Fixed
1016
- Make `serde` feature `no_std` compatible ([#513])

cosmos-sdk-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmos-sdk-proto"
3-
version = "0.26.1"
3+
version = "0.27.0"
44
authors = [
55
"Justin Kilpatrick <[email protected]>",
66
"Greg Szabo <[email protected]>",

cosmos-sdk-proto/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pull requests to expand coverage are welcome.
2020

2121
## Minimum Supported Rust Version
2222

23-
This crate is supported on Rust **1.72** or newer.
23+
This crate is supported on Rust **1.75** or newer.
2424

2525
[//]: # "badges"
2626
[crate-image]: https://img.shields.io/crates/v/cosmos-sdk-proto?logo=rust
@@ -31,7 +31,7 @@ This crate is supported on Rust **1.72** or newer.
3131
[build-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmos-sdk-proto.yml
3232
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
3333
[license-link]: https://github.com/cosmos/cosmos-rust/blob/master/LICENSE
34-
[rustc-image]: https://img.shields.io/badge/rustc-1.72+-blue.svg
34+
[rustc-image]: https://img.shields.io/badge/rustc-1.75+-blue.svg
3535

3636
[//]: # "links"
3737
[Protobufs]: https://github.com/cosmos/cosmos-sdk/tree/master/proto/

cosmrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
rust-version = "1.72"
1313

1414
[dependencies]
15-
cosmos-sdk-proto = { version = "0.26", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
15+
cosmos-sdk-proto = { version = "0.27", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
1616
ecdsa = "0.16"
1717
eyre = "0.6"
1818
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }

0 commit comments

Comments
 (0)