Skip to content

Commit

Permalink
chore: bump msrv to 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Sep 27, 2024
1 parent 052c3ca commit c84565f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c84565f

Please sign in to comment.