Skip to content

Commit

Permalink
move edition to 2021
Browse files Browse the repository at this point in the history
Looks like since I've last looked at the repo, the update to
MSRV 1.56 happened, and we don't have any clippy errors on the 2021
edition, so I _think_ we can just up this value now.

Closes tokio-rs#553
  • Loading branch information
chetaldrich committed Jul 24, 2022
1 parent 25ab1cc commit 702d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
keywords = ["protobuf", "serialization"]
categories = ["encoding"]
edition = "2018"
edition = "2021"

[workspace]
members = [
Expand Down

0 comments on commit 702d52a

Please sign in to comment.