Skip to content

Commit

Permalink
fix build failure on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Sep 16, 2020
1 parent 4522721 commit bc66008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
nix = "0.18"
minifb = { version = "0.18", default-features = false, features = ["x11"] }
minifb = { version = "0.19", default-features = false, features = ["x11"] }
structopt = "0.3.0"
crossbeam-channel = "0.4.0"
display = { path = "../lib", features = ["customer-mlz"] }

0 comments on commit bc66008

Please sign in to comment.