aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-07 15:17:16 +0000
committerDaniel Mueller <deso@posteo.net>2020-01-07 15:17:16 +0000
commit77921f888f3106e961e1936fd6a42a9625efe6bf (patch)
tree2c39cd457f1455a9089ad42d4b471343112485d2 /CHANGELOG.md
parentc1f35ab538dbdf3002a6a9aa0932ada687160787 (diff)
downloadnitrocli-77921f888f3106e961e1936fd6a42a9625efe6bf.tar.gz
nitrocli-77921f888f3106e961e1936fd6a42a9625efe6bf.tar.bz2
Remove argparse dependency
As we have replaced argparse with structopt, we no longer need it as a dependency. This patch removes the dependency from Cargo.toml and deletes the included copy.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 956cddb..0c1ea18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@ Unreleased
- Reworked argument handling:
- Added `structopt` dependency in version `0.3.7`
- Replaced `argparse` with `structopt`
+ - Removed `argparse` dependency
- Removed vendored dependencies and moved source code into repository
root