Upgrade to the 2018 edition

This commit is contained in:
Matt Vertescher
2019-10-26 15:19:07 -04:00
parent 6ab46d8471
commit 99003cbba9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name = "du-dust"
description = "A more intuitive version of du"
version = "0.4.0"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
documentation = "https://github.com/bootandy/dust"
homepage = "https://github.com/bootandy/dust"
+1 -1
View File
@@ -2,7 +2,7 @@ extern crate ansi_term;
use self::ansi_term::Colour::Fixed;
use self::ansi_term::Style;
use utils::Node;
use crate::utils::Node;
static UNITS: [char; 4] = ['T', 'G', 'M', 'K'];