diff options
| author | Vincent Esche <regexident@gmail.com> | 2020-07-14 15:40:57 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2020-07-14 16:00:42 +0200 |
| commit | 3b48447934c18264fb9222faa573719079719b4f (patch) | |
| tree | 4ce9f61b9b6fd41ad8c08648de796a59786ab54f /Cargo.toml | |
| parent | bfb498e722dbe68c00ea8aab73d910561bab257c (diff) | |
Unified spelling of "real-time" (vs. "real time")
(This spelling is consistent with the one provided by Merriam Webster for use an an adjective)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ authors = [ "Per Lindgren <per.lindgren@ltu.se>", ] categories = ["concurrency", "embedded", "no-std"] -description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real time systems" +description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems" documentation = "https://rtic.rs/" edition = "2018" keywords = ["arm", "cortex-m"] |
