Skip to content

Commit 2c01810

Browse files
committed
Remove no-longer-correct include entry in Cargo.toml.
1 parent 6f6f9fb commit 2c01810

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

bindgen-cli/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ edition = "2018"
1616
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
1717
rust-version = "1.57.0"
1818

19-
include = [
20-
"Cargo.toml",
21-
"build.rs",
22-
]
23-
2419
[[bin]]
2520
path = "main.rs"
2621
name = "bindgen"

bindgen-tests/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ edition = "2018"
44
version = "0.1.0"
55
publish = false
66

7-
include = [
8-
"Cargo.toml",
9-
"build.rs",
10-
]
11-
127
[dev-dependencies]
138
bindgen = { path = "../bindgen" }
149
diff = "0.1"

bindgen/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ build = "build.rs"
2020
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
2121
rust-version = "1.57.0"
2222

23-
include = [
24-
"LICENSE",
25-
"README.md",
26-
"Cargo.toml",
27-
"build.rs",
28-
"src/*.rs",
29-
"src/**/*.rs",
30-
]
31-
32-
3323
[lib]
3424
name = "bindgen"
3525
path = "./lib.rs"

0 commit comments

Comments
 (0)