File tree 7 files changed +15
-7
lines changed
7 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ repository = "https://github.com/davidlattimore/wild"
7
7
license = " MIT OR Apache-2.0"
8
8
version = " 0.3.0"
9
9
readme = " README.md"
10
+ rust-version = " 1.83"
11
+ edition = " 2021"
10
12
11
13
[profile .opt-debug ]
12
14
inherits = " release"
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "libwild"
3
3
version.workspace = true
4
4
license.workspace = true
5
5
repository.workspace = true
6
- edition = " 2021"
6
+ rust-version.workspace = true
7
+ edition.workspace = true
7
8
8
9
[dependencies ]
9
10
ahash = { version = " 0.8.11" , default-features = false , features = [" std" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linker-diff"
3
+ description = " Diffs and validates ELF binaries"
3
4
version.workspace = true
4
5
license.workspace = true
5
6
repository.workspace = true
6
- description = " Diffs and validates ELF binaries "
7
- edition = " 2021 "
7
+ rust-version.workspace = true
8
+ edition.workspace = true
8
9
9
10
[dependencies ]
10
11
linker-layout = { path = " ../linker-layout" }
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "linker-layout"
3
3
version.workspace = true
4
4
license.workspace = true
5
5
repository.workspace = true
6
- edition = " 2021"
6
+ rust-version.workspace = true
7
+ edition.workspace = true
7
8
8
9
[dependencies ]
9
10
anyhow = " 1.0.95"
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "linker-trace"
3
3
version.workspace = true
4
4
license.workspace = true
5
5
repository.workspace = true
6
- edition = " 2021"
6
+ rust-version.workspace = true
7
+ edition.workspace = true
7
8
8
9
[dependencies ]
9
10
anyhow = " 1.0.95"
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "linker-utils"
3
3
version.workspace = true
4
4
license.workspace = true
5
5
repository.workspace = true
6
- edition = " 2021"
6
+ rust-version.workspace = true
7
+ edition.workspace = true
7
8
8
9
[dependencies ]
9
10
object = { version = " 0.36.7" , default-features = false , features = [
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "wild"
3
3
version.workspace = true
4
4
license.workspace = true
5
5
repository.workspace = true
6
- edition = " 2021"
6
+ rust-version.workspace = true
7
+ edition.workspace = true
7
8
8
9
[dependencies ]
9
10
libwild = { path = " ../libwild" }
You can’t perform that action at this time.
0 commit comments