Skip to content

Commit 4057a9a

Browse files
committed
Migrate libc-test to 2018 edition
edition: cannot update to 2021 edition because of libc msrv. cargo of rust 1.19 cannot understand edition key in cargo.toml.
1 parent 7df63bd commit 4057a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "libc-test"
33
version = "0.2.155"
4+
edition = "2018"
45
authors = ["The Rust Project Developers"]
56
license = "MIT OR Apache-2.0"
67
build = "build.rs"

0 commit comments

Comments
 (0)