Skip to content

Commit 97cf574

Browse files
committed
fix crate reference in cargo fuzz
1 parent e5530cd commit 97cf574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cargo-fuzz = true
1010

1111
[dependencies]
1212
# internal
13-
qoi-fast = { path = ".." }
13+
qoi = { path = ".." }
1414
# external
1515
libfuzzer-sys = "0.4"
1616

0 commit comments

Comments
 (0)