cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
47 stars 29 forks source link

fix: restore `#[no_std]` attribute for `no_std` compatibility #171

Closed Farhad-Shabani closed 9 months ago

Farhad-Shabani commented 9 months ago

Description

In PR #166, the #[no_std] attribute was inadvertently removed. Additionally, we overlooked adding the informalsystems-pbjson/std dependency for the std feature.