Skip to content

Commit 409685c

Browse files
authored
Merge pull request #69 from itsA-D/b/fix_build
Fix spl-token-2022 dependency pin for build failure
2 parents 9941246 + f669d74 commit 409685c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ crate-type = ["cdylib", "rlib"]
1414

1515
[dependencies]
1616
solana-sdk = "3.0.0"
17-
solana-client = "3.1.9"
18-
solana-transaction-status = "3.1.9"
19-
solana-account-decoder = "3.1.9"
20-
solana-entry = { version = "3.1.9", features = ["agave-unstable-api"] }
17+
solana-client = "3.1.11"
18+
solana-transaction-status = "3.1.11"
19+
solana-account-decoder = "3.1.11"
20+
solana-entry = { version = "3.1.11", features = ["agave-unstable-api"] }
2121
borsh = { version = "1.6.0", features = ["derive"] }
2222
serde = { version = "1.0.228", features = ["derive"] }
2323
serde-big-array = "0.5.1"
@@ -36,7 +36,8 @@ prost-types = "0.14.3"
3636
crossbeam-queue = "0.3.12"
3737
spl-token = { version = "9.0.0", default-features = false, features = ["no-entrypoint"] }
3838
spl-token-2022 = { version = "10.0.0", default-features = false, features = ["no-entrypoint"] }
39-
# spl-token-2022 10.0.0 does not compile against spl-token-group-interface 0.7.2+ (E0308).
39+
# spl-token-2022 10.0.0 is incompatible with spl-token-group-interface 0.7.2+ (E0308).
40+
# Keep token-group-interface pinned to 0.7.1 until the upstream token-2022 bump is available.
4041
spl-token-group-interface = "=0.7.1"
4142
solana-commitment-config = { version = "3.1.1", features = ["serde"] }
4243
tonic-prost = "0.14.5"

0 commit comments

Comments
 (0)