Version updates

This commit is contained in:
Olivier Goffart 2022-01-21 09:33:16 +01:00
parent c3f0402966
commit c3f624d2fd
9 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ The tiles in the game should have a random placement. We'll need to add the <`ra
```toml
[dependencies]
sixtyfps = "0.1.5"
sixtyfps = "0.1.6"
rand = "0.8" # Added
```

View file

@ -19,7 +19,7 @@ edition = "2018"
resolver = "2"
[dependencies]
sixtyfps = "0.1.5"
sixtyfps = "0.1.6"
```
The `resolver = "2"` line is there to avoid some errors because of conflicting dependencies on some platforms.