Merge pull request #105 from switchboard-xyz/solana-sdk-updates

feat: solana sdk updates and fixes
This commit is contained in:
mgild 2023-06-28 14:32:03 -04:00 committed by GitHub
commit 5ab0de1cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4307,7 +4307,7 @@ dependencies = [
[[package]]
name = "switchboard-solana"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"anchor-client",
"anchor-lang",

View File

@ -1,6 +1,6 @@
[package]
name = "switchboard-solana"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
description = "A Rust library to interact with Switchboard accounts."
readme = "README.md"