Skip to content

Commit 7df639f

Browse files
committed
fix: collision
``` warning: output filename collision at D:\a\rust-dashcore\rust-dashcore\target\debug\deps\dash_spv_ffi.pdb | = note: the bin target `dash-spv-ffi` in package `dash-spv-ffi v0.41.0 (D:\a\rust-dashcore\rust-dashcore\dash-spv-ffi)` has the same output filename as the lib target `dash_spv_ffi` in package `dash-spv-ffi v0.41.0 (D:\a\rust-dashcore\rust-dashcore\dash-spv-ffi)` = note: if this looks unexpected, it may be a bug in Cargo. Please file a bug report at https://github.com/rust-lang/cargo/issues/ with as much information as you can provide. = note: cargo 1.92.0 (344c4567c 2025-10-21) running on `x86_64-pc-windows-msvc` target `x86_64-pc-windows-msvc` = note: first unit: Unit { pkg: Package { id: PackageId { name: "dash-spv-ffi", version: "0.41.0", source: "D:\\a\\rust-dashcore\\rust-dashcore\\dash-spv-ffi" }, ..: ".." }, target: TargetInner { name: "dash-spv-ffi", doc: true, ..: with_path("D:\\a\\rust-dashcore\\rust-dashcore\\dash-spv-ffi\\src\\bin\\ffi_cli.rs", Edition2021) }, profile: Profile { name: "test", debuginfo: Resolved(Full), debug_assertions: true, overflow_checks: true, ..: default() }, kind: Host, mode: Build, features: [], rustflags: [], rustdocflags: [], links_overrides: {}, artifact: false, artifact_target_for_features: None, is_std: false, dep_hash: 8762763947679691180 } = note: second unit: Unit { pkg: Package { id: PackageId { name: "dash-spv-ffi", version: "0.41.0", source: "D:\\a\\rust-dashcore\\rust-dashcore\\dash-spv-ffi" }, ..: ".." }, target: TargetInner { ..: lib_target("dash_spv_ffi", ["cdylib", "staticlib", "rlib"], "D:\\a\\rust-dashcore\\rust-dashcore\\dash-spv-ffi\\src\\lib.rs", Edition2021) }, profile: Profile { name: "test", debuginfo: Resolved(Full), debug_assertions: true, overflow_checks: true, ..: default() }, kind: Host, mode: Build, features: [], rustflags: [], rustdocflags: [], links_overrides: {}, artifact: false, artifact_target_for_features: None, is_std: false, dep_hash: 12549426100729090946 } ```
1 parent e04602a commit 7df639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-spv-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ dashcore-test-utils = { path = "../test-utils" }
4343
cbindgen = "0.29"
4444

4545
[[bin]]
46-
name = "dash-spv-ffi"
46+
name = "dash-spv-ffi-cli"
4747
path = "src/bin/ffi_cli.rs"

0 commit comments

Comments
 (0)