chore(rust-sdk): published v0.1.22

- fixes vrf_close CPI
This commit is contained in:
Conner Gallagher 2023-03-15 12:15:43 -06:00
parent 7150a1c018
commit c7a19be3e0
2 changed files with 11 additions and 5 deletions

View File

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

View File

@ -32,14 +32,20 @@
## Install
Add the following to your Cargo.toml
Run the following Cargo command in your project directory:
```bash
cargo add switchboard-v2
```
Or add the following line to your Cargo.toml:
```toml
[dependencies]
switchboard-v2 = "0.1.20"
switchboard-v2 = "0.1.22"
```
## Features
## Featuresc
| Feature | Description |
| ------- | ----------------------------------------------------------------------------------------------------- |
@ -49,7 +55,7 @@ Enable it in your Cargo.toml
```toml
[dependencies]
switchboard-v2 = { version = "0.1.17", features = ["devnet"] }
switchboard-v2 = { version = "0.1.22", features = ["devnet"] }
```
### Define Your Own Devnet Feature