aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-04-16 23:22:01 +0200
committerJorge Aparicio <jorge@japaric.io>2018-04-16 23:22:01 +0200
commit8767f625d8b2bac6b8014fab56957c1bbb40b79a (patch)
treeb3b3edafea4548e840d11df51155fb55bcbf37ef /Cargo.toml
parent5ff9076e9c1a5cc2e9b57041699d0aa37ca8c768 (diff)
switch to a crates.io release of rtfm-syntax
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 638979c..6c9494f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["arm", "cortex-m"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm"
repository = "https://github.com/japaric/cortex-m-rtfm"
-version = "0.3.1"
+version = "0.3.2"
[dependencies]
cortex-m = "0.4.0"