diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:54:45 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:55:09 +0200 |
| commit | 653338e7997a0cdc5deaed98b1bb5f60006717ed (patch) | |
| tree | 2434992762e1536e05c3ecb7fc32f607c59a958c /Cargo.toml | |
| parent | c9c5ade13218ba9d7255fb00298309d18d892ee9 (diff) | |
v0.3.4
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ authors = [ ] categories = ["concurrency", "embedded", "no-std"] description = "Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers" -documentation = "https://docs.rs/cortex-m-rtfm" +documentation = "https://japaric.github.io/cortex-m-rtfm/cortex_m_rtfm/" 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.3" +version = "0.3.4" [dependencies] cortex-m = "0.4.0" |
