mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add more default members
This commit is contained in:
parent
b11b4f8cdd
commit
51284efd0e
2 changed files with 6 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -251,7 +251,7 @@ jobs:
|
|||
tool: lychee
|
||||
|
||||
- name: Remove cargo-config
|
||||
run: rm -f .cargo/config
|
||||
run: rm -f .cargo/config.toml
|
||||
|
||||
- name: Build docs
|
||||
# TODO: Any difference between backends?
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
[workspace]
|
||||
default-members = [
|
||||
"rtic",
|
||||
"rtic-sync",
|
||||
"rtic-common",
|
||||
"rtic-macros",
|
||||
"rtic-monotonics",
|
||||
"rtic-time",
|
||||
]
|
||||
members = [
|
||||
"rtic",
|
||||
|
|
Loading…
Reference in a new issue