Skip to content

Commit

Permalink
Merge pull request #1560 from hermit-os/abi-tag
Browse files Browse the repository at this point in the history
feat: add version note
  • Loading branch information
mkroening authored Jan 18, 2025
2 parents 4f330d5 + 95da399 commit 283dec3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ mod synch;
pub mod syscalls;
pub mod time;

hermit_entry::define_abi_tag!();

#[cfg(target_os = "none")]
hermit_entry::define_entry_version!();

Expand Down

0 comments on commit 283dec3

Please sign in to comment.