Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-sbpf"
version = "0.11.1"
version = "0.11.2"
description = "Virtual machine and JIT compiler for eBPF programs"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/sbpf"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ so it should work out of the box by adding it as a dependency in your

```toml
[dependencies]
solana-sbpf = "0.11.1"
solana-sbpf = "0.11.2"
```

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 = "sbpf_cli"
version = "0.11.1"
version = "0.11.2"
description = "CLI to test and analyze eBPF programs"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/sbpf"
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-sbpf-fuzz"
version = "0.11.1"
version = "0.11.2"
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.11.1"
version = "0.11.2"
authors = ["Anza Maintainers <[email protected]>"]
edition = "2018"
publish = false
Expand Down