Skip to content

Commit 843b191

Browse files
authored
Require rand version 0.9.1 or greater, as rand::distr::Alphabetic does not exist in 0.9.0, which is currently allowed (#732)
1 parent 79261f4 commit 843b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ log = "0.4"
4343
async-trait = "0.1"
4444
serde = { version = "1", features = ["derive"] }
4545
serde_json = "1"
46-
rand = "0.9"
46+
rand = "0.9.1"
4747
bytes = "1"
4848
thiserror = "1"
4949
waitgroup = "0.1"

0 commit comments

Comments
 (0)