aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-06-05 21:05:29 -0500
committerJorge Aparicio <jorge@japaric.io>2017-06-05 21:05:29 -0500
commit2bf5401439df4494b33ef87201ee013eb1f167e8 (patch)
tree2d3bb379618c0c65a3a07927c5a33169e7562685 /Cargo.toml
parent984171edf6b077015cc4229693460b49198a32da (diff)
v0.1.1
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 ec373d6..e2cd37f 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.1.0"
+version = "0.1.1"
[build-dependencies]
quote = "0.3.15"