Skip to content

Commit 29f304b

Browse files
committed
Bump version, update deps and url.
1 parent 130686e commit 29f304b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

riscv-rt/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "riscv-rt"
3-
version = "0.1.3"
4-
repository = "https://github.com/dvc94ch/riscv-rt"
3+
version = "0.2.0"
4+
repository = "https://github.com/rust-embedded/riscv-rt"
55
authors = ["David Craven <[email protected]>"]
66
categories = ["embedded", "no-std"]
77
description = "Minimal runtime / startup for RISCV CPU's"
88
keywords = ["riscv", "runtime", "startup"]
99
license = "ISC"
1010

1111
[dependencies]
12-
r0 = "^0.2.1"
13-
riscv = { path = "../riscv" }
12+
r0 = "0.2.2"
13+
riscv = "0.3.0"

0 commit comments

Comments
 (0)