mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix cargo README paths, disable publish for xtask
Do not publish xtask crate under any circumstance
This commit is contained in:
parent
d5eb078de7
commit
fad9272a9f
3 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "xtask"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.43"
|
||||
|
|
Loading…
Reference in a new issue