Skip to content

Commit

Permalink
Pinned version of clap to meet rust minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorfet committed Mar 17, 2024
1 parent 04fae5e commit 8b1891c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions emulator/frontends/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ default-run = "moa-computie"

[dependencies]
log = "0.4"
clap = "^4"
simple_logger = "^4"
clap = "4.4"
simple_logger = "4"
femtos = "0.1"

moa-core = { path = "../../core" }
Expand Down
6 changes: 3 additions & 3 deletions emulator/frontends/minifb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ default-run = "moa-genesis"

[dependencies]
log = "0.4"
minifb = "^0.25"
clap = "^4"
simple_logger = "^4"
minifb = "0.25"
clap = "4.4"
simple_logger = "4"
femtos = "0.1"

moa-core = { path = "../../core" }
Expand Down

0 comments on commit 8b1891c

Please sign in to comment.