Skip to content

Commit

Permalink
core/upgrade Changelog and Cargo.toml for Rust MSRV 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed May 30, 2022
1 parent d6fbc22 commit 998e003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -43,7 +43,7 @@

# `libp2p` facade crate

# 0.45.1 [unreleased]
# 0.46.0 [unreleased]
- Semver bump Rust from `1.56.1` to `1.60.0` . See [PR 2646].
- Added weak dependencies for features. See [PR 2646].

Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "libp2p"
edition = "2021"
rust-version = "1.60.0"
description = "Peer-to-peer networking library"
version = "0.45.0"
version = "0.46.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down Expand Up @@ -150,7 +150,8 @@ members = [
"transports/tcp",
"transports/uds",
"transports/websocket",
"transports/wasm-ext"
"transports/wasm-ext",
"test-dep"
]

[[example]]
Expand Down

0 comments on commit 998e003

Please sign in to comment.