Skip to content

Commit

Permalink
Remove no-longer-correct include entry in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Oct 16, 2022
1 parent 6f6f9fb commit 2c01810
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions bindgen-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ edition = "2018"
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
rust-version = "1.57.0"

include = [
"Cargo.toml",
"build.rs",
]

[[bin]]
path = "main.rs"
name = "bindgen"
Expand Down
5 changes: 0 additions & 5 deletions bindgen-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ edition = "2018"
version = "0.1.0"
publish = false

include = [
"Cargo.toml",
"build.rs",
]

[dev-dependencies]
bindgen = { path = "../bindgen" }
diff = "0.1"
Expand Down
10 changes: 0 additions & 10 deletions bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ build = "build.rs"
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
rust-version = "1.57.0"

include = [
"LICENSE",
"README.md",
"Cargo.toml",
"build.rs",
"src/*.rs",
"src/**/*.rs",
]


[lib]
name = "bindgen"
path = "./lib.rs"
Expand Down

0 comments on commit 2c01810

Please sign in to comment.