chore: update to Rust 2021

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-10-22 01:56:11 -03:00
parent 2755d55192
commit bbb5aff6b6
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
name = "mandelbrot"
version = "0.1.0"
authors = ["Rekai Musuka <rekai@musuka.dev>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "^0.5"
num-complex = "^0.4"
rayon = "^1.5"
bevy = "0.5"
num-complex = "0.4"
rayon = "1.5"