Skip to content

Commit

Permalink
chore: use workspace rust-version
Browse files Browse the repository at this point in the history
Pull-Request: #4344.
  • Loading branch information
mxinden committed Aug 18, 2023
1 parent fb61697 commit 16b2f15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libp2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libp2p"
edition = "2021"
rust-version = "1.65.0"
rust-version = { workspace = true }
description = "Peer-to-peer networking library"
version = "0.52.3"
authors = ["Parity Technologies <admin@parity.io>"]
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libp2p-metrics"
edition = "2021"
rust-version = "1.65.0"
rust-version = { workspace = true }
description = "Metrics for libp2p"
version = "0.13.1"
authors = ["Max Inden <mail@max-inden.de>"]
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libp2p-kad"
edition = "2021"
rust-version = "1.65.0"
rust-version = { workspace = true }
description = "Kademlia protocol for libp2p"
version = "0.44.4"
authors = ["Parity Technologies <admin@parity.io>"]
Expand Down
2 changes: 1 addition & 1 deletion swarm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libp2p-swarm-test"
version = "0.2.0"
edition = "2021"
rust-version = "1.65.0"
rust-version = { workspace = true }
license = "MIT"
description = "Test framework for code building on top of libp2p-swarm"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 16b2f15

Please sign in to comment.