Skip to content

Commit f92742e

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 1eaf5fd commit f92742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)