Skip to content

Commit b876f2a

Browse files
committed
Update rand dependency for test-float-parse
This removes a dependency on fuchsia-cprng which doesn't have any license info.
1 parent be13075 commit b876f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/test-float-parse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
resolver = "1"
99

1010
[dependencies]
11-
rand = "0.4"
11+
rand = "0.8"
1212

1313
[lib]
1414
name = "test_float_parse"

0 commit comments

Comments
 (0)