This commit is contained in:
Mitch Gildenberg 2023-06-29 10:45:33 +00:00
parent bf68d77a71
commit 29248b787c
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ default = []
[dependencies] [dependencies]
# anchor-lang = "0.28.0" # anchor-lang = "0.28.0"
switchboard-solana = "=0.6.8" switchboard-solana = "=0.6.9"
# switchboard-solana = { version = "0.6", path = "../../../rust/switchboard-solana" } # switchboard-solana = { version = "0.6", path = "../../../rust/switchboard-solana" }
bytemuck = "^1" bytemuck = "^1"

View File

@ -15,5 +15,5 @@ serde = "^1"
serde_json = "^1" serde_json = "^1"
switchboard-utils = "0.6" switchboard-utils = "0.6"
# switchboard-utils = { version = "0.6", path = "../../../../../sbv2-core/rust/switchboard-utils" } # switchboard-utils = { version = "0.6", path = "../../../../../sbv2-core/rust/switchboard-utils" }
switchboard-solana = "=0.6.8" switchboard-solana = "=0.6.9"
# switchboard-solana = { version = "0.6", path = "../../../../rust/switchboard-solana" } # switchboard-solana = { version = "0.6", path = "../../../../rust/switchboard-solana" }