You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Devoxx France 2023](https://www.linkedin.com/posts/julien-rollin_devoxx2023-rust-workshop-activity-7052547713011175424-Y9eJ?utm*source=share&utm_medium=member_desktop&rcm=ACoAAASjY7MBTgDoEfy3CVx-9lB7ne*-jg9ZcGk)
12
+
9
13
## :dart: What we will build
10
14
11
15
🦀 Crabby command line !
@@ -49,7 +53,7 @@ You can either download the [Microsoft C++ Build Tools](https://visualstudio.mic
49
53
50
54
### Verify your toolchain version
51
55
52
-
Minimum Version : 1.72+ (tested)
56
+
Minimum Version : 1.72+ (tested with 1.8.8)
53
57
54
58
```bash
55
59
rustc --version
@@ -67,13 +71,13 @@ rustup update
67
71
68
72
### Choose your IDE
69
73
70
-
* VS Code:
71
-
*[Rust Analyzer Language Server Protocol](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
0 commit comments