diff --git a/Cargo.toml b/Cargo.toml index 928c2b5..f1747f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "riscv" -version = "0.2.0" -repository = "https://github.com/dvc94ch/riscv" +version = "0.3.0" +repository = "https://github.com/rust-embedded/riscv" authors = ["David Craven "] categories = ["embedded", "hardware-support", "no-std"] description = "Low level access to RISCV processors"