Skip to content

Commit e50d648

Browse files
Update cargo-manifest to 0.18.1. Fixes crate-type for binaries
1 parent 135f3ac commit e50d648

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env_logger = "0.10"
2828
globwalk = "0.8.0"
2929
anyhow = "1.0.33"
3030
pathdiff = "0.2.0"
31-
cargo-manifest = "0.18"
31+
cargo-manifest = "0.18.1"
3232
fs-err = "2.5.0"
3333
toml = { version = "0.8", features = ["preserve_order"] }
3434
expect-test = "1.1.0"

tests/skeletons.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ version = "1.8.1"
675675
proc-macro = false
676676
edition = "2018"
677677
required-features = []
678-
crate-type = ["bin"]
679678
680679
[package]
681680
name = "project-a"
@@ -860,7 +859,6 @@ version = "1.8.1"
860859
proc-macro = false
861860
edition = "2018"
862861
required-features = []
863-
crate-type = ["bin"]
864862
865863
[package]
866864
name = "project_a"
@@ -1018,7 +1016,6 @@ checksum = "3df10e9ed85b51fa3434bc5676eaa90479ce14ac3e101c8ce07e1bb5ef0b7255"
10181016
proc-macro = false
10191017
edition = "2021"
10201018
required-features = []
1021-
crate-type = ["bin"]
10221019
10231020
[package]
10241021
name = "binary"
@@ -1292,7 +1289,6 @@ anyhow = { workspace = true }
12921289
plugin = false
12931290
proc-macro = false
12941291
required-features = []
1295-
crate-type = ["bin"]
12961292
12971293
[package]
12981294
name = "project_a"

0 commit comments

Comments
 (0)