Update to v2024
All checks were successful
Build on master branch / Build (push) Successful in 29m53s

This commit is contained in:
hodasemi 2025-02-23 09:16:48 +01:00
parent 12daf78bd3
commit 4136e43496
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "rust-embassy-template"
version = "0.1.0"
edition = "2021"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -18,7 +18,7 @@ fn panic(_info: &PanicInfo) -> ! {
}
#[cfg(feature = "rp2350")]
#[link_section = ".start_block"]
#[unsafe(link_section = ".start_block")]
#[used]
pub static IMAGE_DEF: embassy_rp::block::ImageDef = embassy_rp::block::ImageDef::secure_exe();