Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 898598b

Browse files
committed
fix math-utils dep in spl-token-swap-fuzz
1 parent 1d9d232 commit 898598b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-swap/program/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
honggfuzz = { version = "0.5.56" }
1313
arbitrary = { version = "1.3", features = ["derive"] }
1414
solana-program = "2.1.0"
15-
spl-math = { version = "0.3", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
15+
spl-math-utils = { version = "0.1", path = "../../../libraries/math-utils" }
1616
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
1717
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }
1818

0 commit comments

Comments
 (0)