1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-06 16:24:57 -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.
//!

View File

@ -1,4 +1,4 @@
use crate::parse;
use parse;
#[test]
fn est() {