File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ resolver = "3"
33members = [" crates/*" ]
44
55[workspace .package ]
6- version = " 0.1.0 "
6+ version = " 0.1.1 "
77edition = " 2024"
88license = " Apache-2.0"
99repository = " https://github.com/longcipher/hpsvm"
1010
1111[workspace .dependencies ]
1212# local crates
13- hpsvm = { path = " crates/hpsvm" , version = " 0.1.0 " }
14- hpsvm-loader = { path = " crates/hpsvm-loader" , version = " 0.1.0 " }
15- hpsvm-token = { path = " crates/token" , version = " 0.1.0 " }
13+ hpsvm = { path = " crates/hpsvm" , version = " 0.1.1 " }
14+ hpsvm-loader = { path = " crates/hpsvm-loader" , version = " 0.1.1 " }
15+ hpsvm-token = { path = " crates/token" , version = " 0.1.1 " }
1616
1717# external crates
1818agave-feature-set = " 3.1.14"
@@ -88,7 +88,7 @@ solana-sysvar-id = "3.1.0"
8888solana-transaction = " 3.1.0"
8989solana-transaction-context = " 3.1.14"
9090solana-transaction-error = " 3.2.0"
91- solana-vote-interface = " 4.0.4 "
91+ solana-vote-interface = " 5.1.1 "
9292spl-associated-token-account-interface = " 2.0.0"
9393spl-token-2022-interface = " 2.1.0"
9494spl-token-interface = " 2.0.0"
Original file line number Diff line number Diff line change 1- //! <div align="center">
2- //! <img src="https://raw.githubusercontent.com/hpsvm/hpsvm/master/logo.jpeg" width="50%" height="50%">
3- //! </div>
4- //!
5- //! ---
6- //!
7- //! # HPSVM
8- //!
9- //! [<img alt="github" src="https://img.shields.io/badge/github-HPSVM/hpsvm-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/HPSVM/hpsvm)
10- //! [<img alt="crates.io" src="https://img.shields.io/crates/v/hpsvm.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/hpsvm)
11- //! [<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-hpsvm-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/hpsvm/latest/hpsvm/)
12- //! [<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/HPSVM/hpsvm/CI.yml?branch=master&style=for-the-badge" height="20">](https://github.com/HPSVM/hpsvm/actions?query=branch%3Amaster)
13- //!
141//! ## 📍 Overview
152//!
163//! `hpsvm` is a fast and lightweight library for testing Solana programs.
You can’t perform that action at this time.
0 commit comments