Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix math-utils dep in spl-token-swap-fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 31, 2024
1 parent 1d9d232 commit 898598b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-swap/program/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
honggfuzz = { version = "0.5.56" }
arbitrary = { version = "1.3", features = ["derive"] }
solana-program = "2.1.0"
spl-math = { version = "0.3", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
spl-math-utils = { version = "0.1", path = "../../../libraries/math-utils" }
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }

Expand Down

0 comments on commit 898598b

Please sign in to comment.