You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +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:
		| @@ -7,3 +7,4 @@ members = [ | ||||
|   "src/bare-metal/useful-crates/zerocopy-example", | ||||
|   "src/exercises/concurrency/chat-async", | ||||
| ] | ||||
| resolver = "2" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user