We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fae5e commit 8b1891cCopy full SHA for 8b1891c
emulator/frontends/console/Cargo.toml
@@ -6,8 +6,8 @@ default-run = "moa-computie"
6
7
[dependencies]
8
log = "0.4"
9
-clap = "^4"
10
-simple_logger = "^4"
+clap = "4.4"
+simple_logger = "4"
11
femtos = "0.1"
12
13
moa-core = { path = "../../core" }
emulator/frontends/minifb/Cargo.toml
@@ -6,9 +6,9 @@ default-run = "moa-genesis"
-minifb = "^0.25"
+minifb = "0.25"
14
0 commit comments