1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-12 03:04:55 -04:00

Use 1.28 as minimum Rust version

This commit is contained in:
2019-11-25 20:57:56 -05:00
parent 030ca4fced
commit b81a8d9541
4 changed files with 4 additions and 16 deletions

View File

@ -63,7 +63,7 @@
//!
//! # Usage
//!
//! `dtparse` requires a minimum Rust version of 1.21 to build, but is tested on Windows, OSX,
//! `dtparse` requires a minimum Rust version of 1.28 to build, but is tested on Windows, OSX,
//! BSD, Linux, and WASM. The build is also compiled against the iOS and Android SDK's, but is not
//! tested against them.
//!