Skip to content

Commit ec08a6e

Browse files
authored
Bump to v0.11.2 (#57)
1 parent 8faddcc commit ec08a6e

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-sbpf"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Virtual machine and JIT compiler for eBPF programs"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/sbpf"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ so it should work out of the box by adding it as a dependency in your
3030

3131
```toml
3232
[dependencies]
33-
solana-sbpf = "0.11.1"
33+
solana-sbpf = "0.11.2"
3434
```
3535

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

cli/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbpf_cli"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "CLI to test and analyze eBPF programs"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/sbpf"

fuzz/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-sbpf-fuzz"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Automatically generated"]
55
publish = false
66
edition = "2018"

test_utils/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_utils"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Anza Maintainers <[email protected]>"]
55
edition = "2018"
66
publish = false

0 commit comments

Comments
 (0)