Skip to content

Commit f727bd1

Browse files
committed
Document rust_1_27 feature
1 parent f3c8f85 commit f727bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ optional features are available:
118118
- `i128_support` enables support for generating `u128` and `i128` values.
119119
- `log` enables some logging via the `log` crate.
120120
- `nightly` enables all unstable features (`i128_support`, `simd_support`).
121+
- `rust_1_27` enables `RangeInclusive` support (requiring Rust >= 1.27).
121122
- `serde1` enables serialization for some types, via Serde version 1.
122123
- `simd_support` enables uniform sampling of SIMD types (integers and floats).
123124
- `stdweb` enables support for `OsRng` on `wasm32-unknown-unknown` via `stdweb`

0 commit comments

Comments
 (0)