aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-04-05 21:20:26 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-04-05 21:20:26 +0200
commitacc76c0355e859628e94ef247fc65c381e54df12 (patch)
tree4229220df38e26417d3b240ffd23d890716202ed /rtic-macros
parent539d4b1674bc5ee0e12f06c4d09cc6f770df2d8a (diff)
Fix macros README path
Diffstat (limited to 'rtic-macros')
-rw-r--r--rtic-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index 94aa88b..bae7829 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -13,7 +13,7 @@ edition = "2021"
keywords = ["arm", "cortex-m", "risc-v", "embedded", "async", "runtime", "futures", "await", "no-std", "rtos", "bare-metal"]
license = "MIT OR Apache-2.0"
name = "rtic-macros"
-readme = "../../README.md"
+readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.0.0-alpha.0"