From 38847db2f1d983e3eff2e364ac7c4eeaf106a34c Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 9 Aug 2024 16:14:13 +0200 Subject: [PATCH] chore: release v0.11.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c46f9..2156599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.10.2](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.1...v0.10.2) - 2024-08-09 +## [0.11.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.1...v0.11.0) - 2024-08-09 ### Other - updated near-* crates to allow 0.24.0 in addition to all the previously supported versions ([#151](https://github.com/near/near-jsonrpc-client-rs/pull/151)) diff --git a/Cargo.toml b/Cargo.toml index 701f7a8..9838fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.10.2" +version = "0.11.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f2343a7..1e6dbc4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # This specifies the version of Rust we use to build. # Individual crates in the workspace may support a lower version, as indicated by `rust-version` field in each crate's `Cargo.toml`. # The version specified below, should be at least as high as the maximum `rust-version` within the workspace. -channel = "1.80.0" +channel = "1.80" components = ["rustfmt", "clippy", "rust-analyzer"]