Skip to content

Commit 9cf1dcc

Browse files
authored
Merge pull request #15 from rust-osdev/bishop-2021
Switch to 2021 edition
2 parents 44b7d4a + f383a97 commit 9cf1dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
keywords = ["ucs2", "no-std", "encoding"]
99
categories = ["encoding", "no-std"]
1010
license = "MPL-2.0"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
[dependencies]
1414
bit_field = "0.10"

0 commit comments

Comments
 (0)