Skip to content

Commit dea93fb

Browse files
authored
Fix getrandom version in readme
1 parent 4d82673 commit dea93fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the `getrandom` dependency to your `Cargo.toml` file:
2525

2626
```toml
2727
[dependencies]
28-
getrandom = "0.3"
28+
getrandom = "0.4"
2929
```
3030

3131
Then invoke the `fill` function on a byte buffer to fill it with random data:

0 commit comments

Comments
 (0)