aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-07-14 09:50:08 +0000
committerGravatar GitHub <noreply@github.com> 2020-07-14 09:50:08 +0000
commitec2e1783faebb70991b36f7c7644864da4d2b466 (patch)
tree2cde00d484f3151b05a5f7c449ca380d83989994
parent437ad12ab0a3408ad2fc802560dd695a293f874d (diff)
parentd3dc2a266e176d6d01f70669921946208344f0a9 (diff)
downloadcortex-m-ec2e1783faebb70991b36f7c7644864da4d2b466.tar.gz
cortex-m-ec2e1783faebb70991b36f7c7644864da4d2b466.tar.zst
cortex-m-ec2e1783faebb70991b36f7c7644864da4d2b466.zip
Merge #244
244: Updated repository URL in 'Cargo.toml' file r=adamgreig a=regexident Co-authored-by: Vincent Esche <138017+regexident@users.noreply.github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64b1162..6bdb11a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m"
readme = "README.md"
-repository = "https://github.com/japaric/cortex-m"
+repository = "https://github.com/rust-embedded/cortex-m"
version = "0.6.2"
edition = "2018"
links = "cortex-m" # prevent multiple versions of this crate to be linked together