From 5f27ed47207645bbb9fe2837675531584d88d394 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 3 Mar 2021 01:23:18 +0100 Subject: Update: rand --- examples/solar_system/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/solar_system/Cargo.toml') diff --git a/examples/solar_system/Cargo.toml b/examples/solar_system/Cargo.toml index 44ced729..327fe0aa 100644 --- a/examples/solar_system/Cargo.toml +++ b/examples/solar_system/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] iced = { path = "../..", features = ["canvas", "tokio", "debug"] } -rand = "0.7" +rand = "0.8.3" -- cgit