fixup serialization bug

This commit is contained in:
Mitch Gildenberg 2023-07-05 23:56:12 -04:00
parent 502c86aa3d
commit d03e9e4f6f
2 changed files with 2 additions and 2 deletions

View File

@ -3884,7 +3884,7 @@ dependencies = [
[[package]]
name = "switchboard-solana"
version = "0.8.8"
version = "0.8.9"
dependencies = [
"anchor-client",
"anchor-lang",

View File

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