Skip to content

Commit

Permalink
Merge pull request #668 from mkroening/interface-version
Browse files Browse the repository at this point in the history
build(deps): specify uhyve-interface dependency version for publishing
  • Loading branch information
mkroening committed Mar 26, 2024
2 parents d8ff68e + 65e633c commit b1ed185
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 b1ed185

Please sign in to comment.