We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0492922 commit 955a438Copy full SHA for 955a438
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "hermit-entry"
3
version = "0.10.5"
4
authors = ["Martin Kröning <[email protected]>"]
5
-edition = "2021"
+edition = "2024"
6
description = "Hermit's loading and entry API."
7
repository = "https://github.com/hermitcore/hermit-entry"
8
license = "MIT OR Apache-2.0"
src/note.rs
@@ -10,7 +10,7 @@ use crate::HermitVersion;
10
macro_rules! define_entry_version {
11
() => {
12
#[used]
13
- #[link_section = ".note.hermit.entry-version"]
+ #[unsafe(link_section = ".note.hermit.entry-version")]
14
static ENTRY_VERSION: $crate::_Note = $crate::_Note::entry_version();
15
};
16
}
0 commit comments