relax constraints on solana libraries
This commit is contained in:
parent
af4bb9bc84
commit
1c5e7ee0e7
|
@ -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"
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue