Dependencies bump

This commit is contained in:
Wladimir J. van der Laan 2019-07-02 17:20:27 +00:00
parent 3ff4933a88
commit c1fc53d249
11 changed files with 12 additions and 12 deletions

View File

@ -12,6 +12,6 @@ members = [
]
[patch.crates-io]
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "ecc1344ffc9af1c88b3dd76b83ad56284672f888"}
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "aab25af68d33cd70c207ef99a68382985250b858"}
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "e9bb7e0964aea781f1121cee82dd55098a4b43e8"}
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "e2473456cd72198867056b80d408ad0a40edb969"}
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "25c4e12af65f6e0d3e68c0c9227ad7f444f90e3e" }

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
libm = "0.1"

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -8,4 +8,4 @@ edition = "2018"
k210-hal = "0.1.0"
libm = "0.1"
riscv = "0.5"
riscv-rt = "0.5.0"
riscv-rt = "0.6"

View File

@ -5,7 +5,7 @@ authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -8,4 +8,4 @@ edition = "2018"
k210-hal = "0.1.0"
k210-shared = { path = "../k210-shared" }
riscv = "0.5"
riscv-rt = "0.5.0"
riscv-rt = "0.6"

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
nb = "0.1.1"
riscv-rt = "0.5.0"
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
embedded-hal = { version = "0.2.1", features = ["unproven"] }
nb = "0.1.1"
riscv-rt = "0.5.0"
riscv-rt = "0.6.0"
k210-hal = "0.1.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }