diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-04-05 21:20:26 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-04-05 21:20:26 +0200 |
| commit | acc76c0355e859628e94ef247fc65c381e54df12 (patch) | |
| tree | 4229220df38e26417d3b240ffd23d890716202ed /rtic-macros/Cargo.toml | |
| parent | 539d4b1674bc5ee0e12f06c4d09cc6f770df2d8a (diff) | |
Fix macros README path
Diffstat (limited to 'rtic-macros/Cargo.toml')
| -rw-r--r-- | rtic-macros/Cargo.toml | 2 |
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" |
