Skip to content

Commit eca55e3

Browse files
jakecorrentislp
authored andcommitted
cargo: bump imago to 0.1.5
Update the imago dependency to use the release containing the relaxed sync feature. Signed-off-by: Jake Correnti <[email protected]>
1 parent 5c461bd commit eca55e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ arch = { path = "../arch" }
3838
utils = { path = "../utils" }
3939
polly = { path = "../polly" }
4040
rutabaga_gfx = { path = "../rutabaga_gfx", features = ["virgl_renderer", "virgl_renderer_next"], optional = true }
41-
imago = { version = "0.1.4", features = ["sync-wrappers", "vm-memory"] }
41+
imago = { version = "0.1.5", features = ["sync-wrappers", "vm-memory"] }
4242

4343
[target.'cfg(target_os = "macos")'.dependencies]
4444
hvf = { path = "../hvf" }

0 commit comments

Comments
 (0)