aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerdia McKeogh <chocol4te@users.noreply.github.com>2018-06-07 11:50:14 +0100
committerFerdia McKeogh <chocol4te@users.noreply.github.com>2018-06-07 11:50:14 +0100
commit5a3605050e210ab819af83b59556cfc78a2f667f (patch)
treeeaac45293e2a485714cf4d245771ee34377b38b8 /Cargo.toml
parent14b18111821d8e1929df149a8782e9b7c761b1ff (diff)
Fix mistakes in dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94f81ee..fdb1d18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,10 +17,6 @@ cortex-m = "0.4.0"
cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" }
rtfm-core = "0.2.0"
untagged-option = "0.1.1"
-syn = "0.14.2"
-quote = "0.6.3"
-proc-macro2 = "0.4.6"
-failure = "0.1.1"
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
compiletest_rs = "0.3.5"