Bump sbf-tools version to v1.35 (#30628)
- this release includes fixes in relocation handling necessary for source-level debugging of on-chain programs
This commit is contained in:
parent
5631685d30
commit
b915b47315
|
@ -109,7 +109,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Rust-BPF
|
# Install Rust-BPF
|
||||||
version=v1.34
|
version=v1.35
|
||||||
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -941,7 +941,7 @@ fn main() {
|
||||||
|
|
||||||
// The following line is scanned by CI configuration script to
|
// The following line is scanned by CI configuration script to
|
||||||
// separate cargo caches according to the version of sbf-tools.
|
// separate cargo caches according to the version of sbf-tools.
|
||||||
let sbf_tools_version = String::from("v1.34");
|
let sbf_tools_version = String::from("v1.35");
|
||||||
let version = format!("{}\nsbf-tools {}", crate_version!(), sbf_tools_version);
|
let version = format!("{}\nsbf-tools {}", crate_version!(), sbf_tools_version);
|
||||||
let matches = clap::Command::new(crate_name!())
|
let matches = clap::Command::new(crate_name!())
|
||||||
.about(crate_description!())
|
.about(crate_description!())
|
||||||
|
|
|
@ -109,7 +109,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Rust-SBF
|
# Install Rust-SBF
|
||||||
version=v1.34
|
version=v1.35
|
||||||
if [[ ! -e sbf-tools-$version.md || ! -e sbf-tools ]]; then
|
if [[ ! -e sbf-tools-$version.md || ! -e sbf-tools ]]; then
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in New Issue