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

Commit 1d9d232

Browse files
committed
remove spl-math from stake-pool deps (it was already unused)
1 parent ce4594d commit 1d9d232

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

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

stake-pool/program/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ serde = "1.0.214"
2222
serde_derive = "1.0.103"
2323
solana-program = "2.1.0"
2424
solana-security-txt = "1.1.1"
25-
spl-math = { version = "0.3", path = "../../libraries/math", features = [
26-
"no-entrypoint",
27-
] }
2825
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
2926
"borsh",
3027
] }

0 commit comments

Comments
 (0)