Update example dependencies
This commit is contained in:
parent
8cfad86ec1
commit
d315e27451
4 changed files with 9 additions and 11 deletions
|
|
@ -153,7 +153,7 @@ impl Pokemon {
|
|||
let id = {
|
||||
let mut rng = rand::rngs::OsRng;
|
||||
|
||||
rng.gen_range(0, Pokemon::TOTAL)
|
||||
rng.gen_range(0..Pokemon::TOTAL)
|
||||
};
|
||||
|
||||
let fetch_entry = async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue