Skip to content

Commit be62010

Browse files
authored
Merge pull request rust-lang#4058 from tgross35/edition-2015
[0.2] Explicitly set the edition to 2015
2 parents 3744c51 + 1e88f41 commit be62010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.2.164"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
7+
edition = "2015"
78
repository = "https://github.com/rust-lang/libc"
89
homepage = "https://github.com/rust-lang/libc"
910
documentation = "https://docs.rs/libc/"

0 commit comments

Comments
 (0)