mirror of
https://github.com/transistorfet/moa.git
synced 2025-01-02 22:29:40 +00:00
Pinned version of clap to meet rust minimum version
This commit is contained in:
parent
04fae5edc6
commit
8b1891cf63
@ -6,8 +6,8 @@ default-run = "moa-computie"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
clap = "^4"
|
clap = "4.4"
|
||||||
simple_logger = "^4"
|
simple_logger = "4"
|
||||||
femtos = "0.1"
|
femtos = "0.1"
|
||||||
|
|
||||||
moa-core = { path = "../../core" }
|
moa-core = { path = "../../core" }
|
||||||
|
@ -6,9 +6,9 @@ default-run = "moa-genesis"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
minifb = "^0.25"
|
minifb = "0.25"
|
||||||
clap = "^4"
|
clap = "4.4"
|
||||||
simple_logger = "^4"
|
simple_logger = "4"
|
||||||
femtos = "0.1"
|
femtos = "0.1"
|
||||||
|
|
||||||
moa-core = { path = "../../core" }
|
moa-core = { path = "../../core" }
|
||||||
|
Loading…
Reference in New Issue
Block a user