Skip to content

Commit

Permalink
build(deps): specify uhyve-interface dependency version for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Mar 26, 2024
1 parent d8ff68e commit 65e633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ libc = "0.2"
log = "0.4"
thiserror = "1.0"
time = "0.3"
uhyve-interface = { path = "./uhyve-interface" }
uhyve-interface = { version = "0.1", path = "uhyve-interface" }

rftrace = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.1", optional = true }
Expand Down

0 comments on commit 65e633c

Please sign in to comment.