From cc658a5c7b935991810b79e4b58cc464bbbf871b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 19 Nov 2019 12:26:08 +0100 Subject: [PATCH] deps: rtfm release 0.5 --- Cargo.lock | 12 ++++++------ Cargo.toml | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82622fc..dad41e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,11 +88,11 @@ dependencies = [ [[package]] name = "cortex-m-rtfm" version = "0.5.0" -source = "git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0#6b0a2df41c024fa8e7da07f3b42a80f19840432e" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cortex-m 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "cortex-m-rtfm-macros 0.5.0 (git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0)", + "cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "heapless 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "cortex-m-rtfm-macros" version = "0.5.0" -source = "git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0#6b0a2df41c024fa8e7da07f3b42a80f19840432e" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -323,7 +323,7 @@ dependencies = [ "cortex-m 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-log 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "cortex-m-rtfm 0.5.0 (git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0)", + "cortex-m-rtfm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "heapless 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "panic-halt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -410,8 +410,8 @@ dependencies = [ "checksum cortex-m-log 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "978caafe65d1023d38b00c76b83564788fc351d954a5005fb72cf992c0d61458" "checksum cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17805910e3ecf029bdbfcc42b7384d9e3d9e5626153fa810002c1ef9839338ac" "checksum cortex-m-rt-macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d7ae692573e0acccb1579fef1abf5a5bf1d2f3f0149a22b16870ec9309aee25f" -"checksum cortex-m-rtfm 0.5.0 (git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0)" = "" -"checksum cortex-m-rtfm-macros 0.5.0 (git+https://github.com/rtfm-rs/cortex-m-rtfm?rev=v0.5.0)" = "" +"checksum cortex-m-rtfm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25283564e768f6e9cbb1372d94303efec0ea1b18ea5f733ed066ba6eb03040f" +"checksum cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c62092f6ff344e9b0adb748f0302ed69889ba2fae1fce446e3788d4726ea73bb" "checksum cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" diff --git a/Cargo.toml b/Cargo.toml index a64d7ce..c09590f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,7 @@ features = ["ethernet", "proto-ipv4", "socket-tcp"] default-features = false [dependencies.cortex-m-rtfm] -git = "https://github.com/rtfm-rs/cortex-m-rtfm" -rev = "v0.5.0" +version = "0.5" [features] semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]