Skip to content

Commit

Permalink
Bump to v0.2.34 (#390)
Browse files Browse the repository at this point in the history
* Bump to v0.2.34

* Updates build status badge (travis to Github actions).
  • Loading branch information
Lichtso authored Oct 6, 2022
1 parent 5d15a5f commit 92e4765
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana_rbpf"
version = "0.2.33"
version = "0.2.34"
description = "Virtual machine and JIT compiler for eBPF programs"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/rbpf"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Rust (user-space) virtual machine for eBPF

[![Build Status](https://api.travis-ci.com/solana-labs/rbpf.svg?branch=main)](https://app.travis-ci.com/github/solana-labs/rbpf)
[![Build Status](https://github.com/solana-labs/rbpf/actions/workflows/main.yml/badge.svg)](https://github.com/solana-labs/rbpf/actions/workflows/main.yml)
[![Crates.io](https://img.shields.io/crates/v/solana_rbpf.svg)](https://crates.io/crates/solana_rbpf)

## Description
Expand Down Expand Up @@ -32,7 +32,7 @@ so it should work out of the box by adding it as a dependency in your

```toml
[dependencies]
solana_rbpf = "0.2.33"
solana_rbpf = "0.2.34"
```

You can also use the development version from this GitHub repository. This
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rbpf_cli"
version = "0.2.33"
version = "0.2.34"
description = "CLI to test and analyze eBPF programs"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/rbpf"
Expand Down
6 changes: 3 additions & 3 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana_rbpf-fuzz"
version = "0.2.33"
version = "0.2.34"
authors = ["Automatically generated"]
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions test_utils/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_utils"
version = "0.2.33"
version = "0.2.34"
authors = ["Solana Maintainers <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 92e4765

Please sign in to comment.