Skip to content

Commit cc506ef

Browse files
committed
Update to 2021 edition
1 parent 16a8918 commit cc506ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
66
description = "Make trait methods callable without the trait in scope"
77
documentation = "https://docs.rs/inherent"
8-
edition = "2018"
8+
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/dtolnay/inherent"
1111
rust-version = "1.56"

0 commit comments

Comments
 (0)