1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-10 23:36:07 +02:00

update version number

This commit is contained in:
Ignacio Nunez 2018-05-10 18:08:46 +02:00
parent 1f7436781e
commit f026af26a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dutree" name = "dutree"
version = "0.2.5" version = "0.2.6"
authors = ["nacho <nacho@ownyourbits.com>"] authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage" description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree" repository = "https://github.com/nachoparker/dutree"

View File

@ -56,7 +56,7 @@ use std::os::linux::fs::MetadataExt;
use std::env; use std::env;
use std::collections::HashMap; use std::collections::HashMap;
const VERSTR : &str = "v0.2.0"; const VERSTR : &str = "v0.2.6";
const DEF_WIDTH : u16 = 80; const DEF_WIDTH : u16 = 80;
pub enum XResult<T,S> { pub enum XResult<T,S> {