1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-14 22:56:44 +02:00

Fix resolver setting (#1253)

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">
This commit is contained in:
Matthew 2023-09-25 12:00:13 -04:00 committed by GitHub
parent b3bcaacb70
commit af9c940f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,4 @@ members = [
"src/bare-metal/useful-crates/zerocopy-example",
"src/exercises/concurrency/chat-async",
]
resolver = "2"