Skip to content

Commit 0a574f1

Browse files
authored
Merge pull request #2012 from n0toose/uhyve-if-link-version
feat(uhyve): link uhyve interface versions to images
2 parents 987c04f + bef468e commit 0a574f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ hermit_entry::define_abi_tag!();
9191
#[cfg(target_os = "none")]
9292
hermit_entry::define_entry_version!();
9393

94+
#[cfg(target_os = "none")]
95+
uhyve_interface::define_uhyve_interface_version!();
96+
9497
#[cfg(test)]
9598
#[cfg(target_os = "none")]
9699
#[unsafe(no_mangle)]

0 commit comments

Comments
 (0)