Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 7af1e98

Browse files
committed
Bump to v0.9.0
1 parent 4ad935b commit 7af1e98

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana_rbpf"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
description = "Virtual machine and JIT compiler for eBPF programs"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/rbpf"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ so it should work out of the box by adding it as a dependency in your
3232

3333
```toml
3434
[dependencies]
35-
solana_rbpf = "0.8.2"
35+
solana_rbpf = "0.9.0"
3636
```
3737

3838
You can also use the development version from this GitHub repository. This

Diff for: cli/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rbpf_cli"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
description = "CLI to test and analyze eBPF programs"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/rbpf"

Diff for: fuzz/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana_rbpf-fuzz"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Automatically generated"]
55
publish = false
66
edition = "2018"

Diff for: test_utils/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: test_utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_utils"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Solana Maintainers <[email protected]>"]
55
edition = "2018"
66
publish = false

0 commit comments

Comments
 (0)