diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..3e1bc85835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ derivative = "1.0" fern = { version = "0.5", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] } rayon = "1.0.2" -rustc_version_runtime = "0.1" +rustc_version_runtime = "0.2" winit = { version = "0.18", features = ["serde", "icon_loading"] } serde = { version = "1.0", features = ["derive"] }