Skip to content

Commit 654ad92

Browse files
lauraltalexandruag
authored andcommitted
update vm-superio dep for vm-superio-ser v0.1.0
vm-superio v0.5.0 is published on crates.io. We have to update this dependency for vm-superio-ser in order to be able to publish that crate as well. Signed-off-by: Laura Loghin <[email protected]>
1 parent d138e0e commit 654ad92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/vm-superio-ser/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ edition = "2018"
1313
serde = { version = ">=1.0.27", features = ["derive"] }
1414
versionize = ">=0.1.6"
1515
versionize_derive = ">=0.1.3"
16-
vm-superio = { path = "../vm-superio" }
16+
# Combining both `version` and `path` so that it is possible to publish
17+
# the crate on crates.io. More details here:
18+
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations.
19+
# We are using a fixed version of `vm-superio` so that the current version
20+
# of `vm-superio-ser` won't take a newer version of vm-superio, with which
21+
# it may not be compatible.
22+
vm-superio = { version = "=0.5.0", path = "../vm-superio" }

0 commit comments

Comments
 (0)