Skip to content

Commit ae1e2aa

Browse files
committed
Add note on min Rustc version
1 parent 7f68c78 commit ae1e2aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ one of the following features must be enabled:
4444
- [`wasm-bindgen`](https://crates.io/crates/wasm_bindgen)
4545
- [`stdweb`](https://crates.io/crates/stdweb)
4646

47+
## Versions
48+
49+
This crate requires Rustc version 1.28.0 or later due to usage of `NonZeroU32`.
50+
4751

4852
# License
4953

0 commit comments

Comments
 (0)