Skip to content

Commit

Permalink
feat: add version note
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jan 17, 2025
1 parent 6a37c77 commit 3533e0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@ members = [
exclude = [
"hermit-builtins",
]

[patch.crates-io]
hermit-entry = { path = "../../hermit-entry" }
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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 3533e0e

Please sign in to comment.