This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Commit d4c250f
authored
stake-pool: Downgrade dependencies for fixed release (#7509)
#### Problem
The current spl-stake-pool crate doesn't always work due to its
dependency on spl-math which still uses the v1 Solana crates.
#### Summary of changes
Since the spl-math dependency wasn't actually needed, it was removed in
#7421. So just to get a new patch release out, downgrade the local
dependencies.
This will fail CI, but after it lands we can tag the release, and revert
this PR.1 parent 4faa149 commit d4c250f
1 file changed
+8
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
0 commit comments