We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51d7c7 commit 272b053Copy full SHA for 272b053
1 file changed
README.md
@@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:
24
25
```toml
26
[dependencies]
27
-getrandom = "0.1"
+getrandom = "0.2"
28
```
29
30
Then invoke the `getrandom` function:
@@ -44,9 +44,6 @@ usually requires calling some external system API. This means most platforms
44
will require linking against system libraries (i.e. `libc` for Unix,
45
`Advapi32.dll` for Windows, Security framework on iOS, etc...).
46
47
-The `log` library is supported as an optional dependency. If enabled, error
48
-reporting will be improved on some platforms.
49
-
50
For the `wasm32-unknown-unknown` target, one of the following features should be
51
enabled:
52
0 commit comments