Skip to content

Commit e625ead

Browse files
committed
patch local version for cargo-show-asm
1 parent a355a55 commit e625ead

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ rust-version = "1.61"
1616

1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

19+
# Because cargo-show-asm cannot match local crossfire package
20+
#[patch.crates-io]
21+
#crossfire = { path = "." }
22+
1923
[dependencies]
2024
crossbeam-queue = "0.3.12"
2125
crossbeam-utils = "0.8"

0 commit comments

Comments
 (0)