mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-14 22:15:54 +02:00
af9c940f09
Fixes: https://github.com/google/comprehensive-rust/issues/1249 Since `mdbook-exerciser` and `mdbook-course` are using Rust edition 2021, they naturally want to use the newer resolver (resolver = 2). <img width="571" alt="Screen Shot 2023-09-25 at 9 57 32 AM" src="https://github.com/google/comprehensive-rust/assets/38759997/50446a93-877d-408e-ab68-e88d8467f0e3">
11 lines
246 B
TOML
11 lines
246 B
TOML
[workspace]
|
|
members = [
|
|
"mdbook-exerciser",
|
|
"mdbook-course",
|
|
"src/exercises",
|
|
"src/bare-metal/useful-crates/allocator-example",
|
|
"src/bare-metal/useful-crates/zerocopy-example",
|
|
"src/exercises/concurrency/chat-async",
|
|
]
|
|
resolver = "2"
|