mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
unbreak build with rustc 1.32: force tempfile 3.1.0 (#1695)
This commit is contained in:
parent
013bb285cd
commit
e331186fee
9 changed files with 27 additions and 101 deletions
|
@ -1,8 +1,7 @@
|
|||
use crate::common::util::*;
|
||||
|
||||
use std::fs;
|
||||
extern crate tempfile;
|
||||
use self::tempfile::tempdir;
|
||||
use std::fs;
|
||||
use tempfile::tempdir;
|
||||
|
||||
#[test]
|
||||
fn test_sync_default() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue