From 07709d8eeb6e1aea8ea7348f5db8361b698f2400 Mon Sep 17 00:00:00 2001 From: Mike Chambers Date: Mon, 21 Jun 2021 21:51:49 -0700 Subject: [PATCH] Upping version number as it was invalid for cargo --- RELEASE.md | 2 +- src/Cargo.lock | 20 ++++++++++---------- src/dcli/Cargo.toml | 2 +- src/dclia/Cargo.toml | 2 +- src/dcliad/Cargo.toml | 2 +- src/dcliah/Cargo.toml | 2 +- src/dclias/Cargo.toml | 2 +- src/dclic/Cargo.toml | 2 +- src/dclics/Cargo.toml | 2 +- src/dclim/Cargo.toml | 2 +- src/dclims/Cargo.toml | 2 +- src/dclis/Cargo.toml | 2 +- src/dclitime/Cargo.toml | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 34298b2..1acbf9a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # dcli Release Notes -## v0.6.07 June 21, 2021 +## v0.6.2 June 21, 2021 * Added support for tracking data for multiple players. This requires all data to be re-synced. * Fixed bug which could cause activity sync to get in infinite loop if error occured when saving activity data. * Added rust-toolchain.toml to force 1.50.0 version of rust when compiling. More recent versions of the rust compiler break some of the packages used and will not compile. diff --git a/src/Cargo.lock b/src/Cargo.lock index d3e6c82..6b5ef5d 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "dcli" -version = "0.6.0" +version = "0.6.2" dependencies = [ "chrono", "crossterm", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "dclia" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "structopt", @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "dcliad" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "structopt", @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "dcliah" -version = "0.6.0" +version = "0.6.2" dependencies = [ "chrono", "dcli", @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "dclias" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "structopt", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "dclic" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "structopt", @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "dclim" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "reqwest 0.10.10", @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "dclims" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "structopt", @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "dclis" -version = "0.6.0" +version = "0.6.2" dependencies = [ "dcli", "percent-encoding", @@ -409,7 +409,7 @@ dependencies = [ [[package]] name = "dclitime" -version = "0.6.0" +version = "0.6.2" dependencies = [ "chrono", "dcli", diff --git a/src/dcli/Cargo.toml b/src/dcli/Cargo.toml index 723b82c..8eb2082 100644 --- a/src/dcli/Cargo.toml +++ b/src/dcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcli" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Library for the dcli collection of command line tools for Destiny 2." diff --git a/src/dclia/Cargo.toml b/src/dclia/Cargo.toml index a2a3faa..47aefbb 100644 --- a/src/dclia/Cargo.toml +++ b/src/dclia/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclia" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] description = "Command line tool for retrieving information on current activity for specified player character." homepage = "https://www.mikechambers.com" diff --git a/src/dcliad/Cargo.toml b/src/dcliad/Cargo.toml index 4bf2a6f..7819c27 100644 --- a/src/dcliad/Cargo.toml +++ b/src/dcliad/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcliad" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for viewing Destiny 2 activity details." diff --git a/src/dcliah/Cargo.toml b/src/dcliah/Cargo.toml index 4dc4241..3b97264 100644 --- a/src/dcliah/Cargo.toml +++ b/src/dcliah/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcliah" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for viewing Destiny 2 activity history." diff --git a/src/dclias/Cargo.toml b/src/dclias/Cargo.toml index 046064d..e2e937b 100644 --- a/src/dclias/Cargo.toml +++ b/src/dclias/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclias" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for downloading and syncing Destiny 2 Crucible activity history." diff --git a/src/dclic/Cargo.toml b/src/dclic/Cargo.toml index 3adb066..46a05f2 100644 --- a/src/dclic/Cargo.toml +++ b/src/dclic/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclic" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving Destiny 2 character information for specified member id." diff --git a/src/dclics/Cargo.toml b/src/dclics/Cargo.toml index cd849ed..ed348d6 100644 --- a/src/dclics/Cargo.toml +++ b/src/dclics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclics" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] description = "Command line tool for retrieving current Destiny 2 Crucible activity stats." homepage = "https://www.mikechambers.com" diff --git a/src/dclim/Cargo.toml b/src/dclim/Cargo.toml index eaf32e1..ceb990d 100644 --- a/src/dclim/Cargo.toml +++ b/src/dclim/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclim" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for managing and syncing the remote Destiny 2 API manifest database." diff --git a/src/dclims/Cargo.toml b/src/dclims/Cargo.toml index d480f21..b309402 100644 --- a/src/dclims/Cargo.toml +++ b/src/dclims/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclims" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for searching the Destiny 2 manifest by hash ids." diff --git a/src/dclis/Cargo.toml b/src/dclis/Cargo.toml index 3b35b34..c7498aa 100644 --- a/src/dclis/Cargo.toml +++ b/src/dclis/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclis" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving primary Destiny 2 member ids." diff --git a/src/dclitime/Cargo.toml b/src/dclitime/Cargo.toml index e81db7f..9f0eb1f 100644 --- a/src/dclitime/Cargo.toml +++ b/src/dclitime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclitime" #version -version = "0.6.07" +version = "0.6.2" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving Destiny 2 related date / time stamps"