Skip to content

Commit 272b053

Browse files
committed
README: We are at 0.2 and no longer have a 'log' feature
1 parent b51d7c7 commit 272b053

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:
2424

2525
```toml
2626
[dependencies]
27-
getrandom = "0.1"
27+
getrandom = "0.2"
2828
```
2929

3030
Then invoke the `getrandom` function:
@@ -44,9 +44,6 @@ usually requires calling some external system API. This means most platforms
4444
will require linking against system libraries (i.e. `libc` for Unix,
4545
`Advapi32.dll` for Windows, Security framework on iOS, etc...).
4646

47-
The `log` library is supported as an optional dependency. If enabled, error
48-
reporting will be improved on some platforms.
49-
5047
For the `wasm32-unknown-unknown` target, one of the following features should be
5148
enabled:
5249

0 commit comments

Comments
 (0)