1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-08 10:27:47 +02:00

Update rawkey for ARM support ()

v0.1.2 of rawkey currently doesn't compile on ARM; v0.1.3 remedies this.
This commit is contained in:
Hampus Lidin
2020-09-15 01:20:32 +02:00
committed by GitHub
parent 0178b53289
commit 232aca76a4

@ -19,6 +19,6 @@ nu-plugin = {path = "../nu-plugin", version = "0.19.0"}
nu-protocol = {path = "../nu-protocol", version = "0.19.0"} nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
nu-source = {path = "../nu-source", version = "0.19.0"} nu-source = {path = "../nu-source", version = "0.19.0"}
pretty-hex = "0.2.0" pretty-hex = "0.2.0"
rawkey = "0.1.2" rawkey = "0.1.3"
[build-dependencies] [build-dependencies]