Skip to content

Commit b758413

Browse files
Akagi201Copilot
andcommitted
chore: update version numbers in Cargo.toml and enhance documentation in lib.rs
Co-authored-by: Copilot <copilot@github.com>
1 parent b6975f0 commit b758413

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ resolver = "3"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
license = "Apache-2.0"
99
repository = "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
1818
agave-feature-set = "3.1.14"
@@ -88,7 +88,7 @@ solana-sysvar-id = "3.1.0"
8888
solana-transaction = "3.1.0"
8989
solana-transaction-context = "3.1.14"
9090
solana-transaction-error = "3.2.0"
91-
solana-vote-interface = "4.0.4"
91+
solana-vote-interface = "5.1.1"
9292
spl-associated-token-account-interface = "2.0.0"
9393
spl-token-2022-interface = "2.1.0"
9494
spl-token-interface = "2.0.0"

crates/hpsvm/src/lib.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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.

0 commit comments

Comments
 (0)