relax constraints on solana libraries

This commit is contained in:
godmodegalactus 2024-06-17 15:32:34 +02:00
parent af4bb9bc84
commit 1c5e7ee0e7
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
2 changed files with 6 additions and 6 deletions

View File

@ -21,11 +21,10 @@ license = "AGPL"
edition = "2021"
[workspace.dependencies]
solana-sdk = "=1.18.16"
solana-program = "=1.18.16"
agave-geyser-plugin-interface = "=1.18.16"
solana-transaction-status = "=1.18.16"
solana-logger = "=1.18.16"
solana-sdk = "~1.18.16"
solana-program = "~1.18.16"
solana-transaction-status = "~1.18.16"
solana-logger = "~1.18.16"
solana-rpc-client = "~1.18.16"
itertools = "0.10.5"

View File

@ -13,11 +13,12 @@ name = "config-check"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
agave-geyser-plugin-interface = "=1.18.16"
clap = { workspace = true, features = ["derive"] }
serde = { workspace = true }
solana-sdk = { workspace = true }
solana-logger = { workspace = true }
agave-geyser-plugin-interface = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
log = { workspace = true }