Skip to content

Commit 11b5406

Browse files
Move edition to 2021 (#688)
Closes #553 Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
1 parent 6c2c75a commit 11b5406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ readme = "README.md"
1212
description = "A Protocol Buffers implementation for the Rust Language."
1313
keywords = ["protobuf", "serialization"]
1414
categories = ["encoding"]
15-
edition = "2018"
15+
edition = "2021"
16+
rust-version = "1.56"
1617

1718
[workspace]
1819
members = [

0 commit comments

Comments
 (0)