Fix cargo README paths, disable publish for xtask

Do not publish xtask crate under any circumstance
This commit is contained in:
Henrik Tjäder 2023-02-01 21:20:23 +01:00
parent fc6343b65c
commit 19c87ea79d
3 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ keywords = [
]
license = "MIT OR Apache-2.0"
name = "rtic"
readme = "README.md"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.0.0-alpha.0"

View file

@ -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"

View file

@ -2,6 +2,7 @@
name = "xtask"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
anyhow = "1.0.43"