We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e67a8 commit 1176942Copy full SHA for 1176942
Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/batmac/generand"
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies]
15
-rand = "0.8.5"
+rand = "0.9.0"
16
clap = { version = "3.2.25", features = ["derive"], optional = true }
17
terminal_size = { version = "0.4.0", optional = true }
18
0 commit comments