Skip to content

Commit 38d4091

Browse files
committed
Downgrade lld-wrapper to 2018 edition
1 parent 6e09975 commit 38d4091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/lld-wrapper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "lld-wrapper"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2018"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
88

99
[features]
1010
ld = []
11-
ld64 = []
11+
ld64 = []

0 commit comments

Comments
 (0)