updated example program deps

This commit is contained in:
Conner Gallagher 2022-07-18 12:44:42 -06:00
parent 7e00f30d55
commit b7d30c873c
5 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "switchboard-v2"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
description = "A Rust library to interact with Switchboard V2 data feeds."
readme = "README.md"
@ -23,7 +23,6 @@ cpi = ["no-entrypoint"]
[dependencies]
anchor-lang = "0.25.0"
anchor-spl = "0.25.0"
# borsh = { version = "0.9.1", features = ["const-generics"] }
rust_decimal = { version = "1.18.0" }
solana-program = "~1.10.29"
bytemuck = "1.7.2"

View File

@ -16,7 +16,7 @@ cpi = ["no-entrypoint"]
default = []
[dependencies]
switchboard-v2 = { path = "../../libraries/rs" }
# switchboard-v2 = "^0.1.11"
# switchboard-v2 = { path = "../../libraries/rs" }
switchboard-v2 = "^0.1.12"
anchor-lang = "^0.25.0"
solana-program = "~1.10.29"

View File

@ -16,7 +16,7 @@ cpi = ["no-entrypoint"]
default = []
[dependencies]
switchboard-v2 = { path = "../../libraries/rs" }
# switchboard-v2 = "^0.1.11"
# switchboard-v2 = { path = "../../libraries/rs" }
switchboard-v2 = "^0.1.12"
anchor-lang = "^0.25.0"
solana-program = "~1.10.29"

View File

@ -16,8 +16,8 @@ cpi = ["no-entrypoint"]
default = []
[dependencies]
switchboard-v2 = { path = "../../libraries/rs" }
# switchboard-v2 = "^0.1.11"
# switchboard-v2 = { path = "../../libraries/rs" }
switchboard-v2 = "^0.1.12"
anchor-lang = "^0.25.0"
anchor-spl = "^0.25.0"
solana-program = "~1.10.29"

View File

@ -11,7 +11,7 @@ name = "native_feed_parser"
no-entrypoint = []
[dependencies]
switchboard-v2 = { path = "../../libraries/rs" }
# switchboard-v2 = "^0.1.11"
# switchboard-v2 = { path = "../../libraries/rs" }
switchboard-v2 = "^0.1.12"
solana-program = "~1.10.29"