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:
@ -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.
|
||||
//!
|
||||
|
@ -1,4 +1,4 @@
|
||||
use crate::parse;
|
||||
use parse;
|
||||
|
||||
#[test]
|
||||
fn est() {
|
||||
|
Reference in New Issue
Block a user