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
Copy file name to clipboardExpand all lines: tutorial/src/02-quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
- Create a new Rust project and run `cargo add rusty_engine` to add Rusty Engine as a dependency (see the [Configuration](05-config.md) page for more details). Your `Cargo.toml` file should end up with a line similar to this:
4
4
```toml
5
5
# In your [dependencies] section of Cargo.toml
6
-
rusty_engine = "5.2.1"
6
+
rusty_engine = "6.0.0"
7
7
```
8
8
- Download the Asset Pack to your project (see the [Asset Pack](10-assets.md) page for more details).
0 commit comments