From c84565f0dfb7e9e332b0c861f51212286961ebdd Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Fri, 27 Sep 2024 12:18:19 -0400 Subject: [PATCH] chore: bump msrv to 1.80.0 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc147af55..5b3f9061d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# next +# 0.12.0 - chore: Cleanup Keystore logic and implementation. [PR 222](https://github.com/dariusc93/rust-ipfs/pull/222) - feat: Add {Into}AddPeerOpt. [PR 226](https://github.com/dariusc93/rust-ipfs/pull/226) - refactor: Simplify bitswap WantSession. [PR 234](https://github.com/dariusc93/rust-ipfs/pull/234) @@ -23,6 +23,7 @@ - refactor: Remove sled and redb datastore and dependency. [PR 304](https://github.com/dariusc93/rust-ipfs/pull/304) - chore: Replace tokio-stream `StreamMap` with pollable-map `StreamMap`. [PR 306](https://github.com/dariusc93/rust-ipfs/pull/306) - chore: Provide `BitswapMessage` instead of `bitswap_pb::Message`. [PR 308](https://github.com/dariusc93/rust-ipfs/pull/308) +- refactor: bump msrv to 1.80 # 0.11.21 - chore: Put libp2p-webrtc-websys behind feature. diff --git a/Cargo.toml b/Cargo.toml index bd958b5b6..b9b93b533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Darius C", "Rust-IPFS contributors"] -rust-version = "1.70" +rust-version = "1.80" edition = "2021" license = "MIT OR Apache-2.0" name = "rust-ipfs"