From 470b0c91214cf3e060a33785595eb2c9684b9132 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 1 Feb 2024 22:38:26 +0100 Subject: [PATCH] remove a done todo --- Cargo.toml | 2 +- src/main.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43126d2..d8ea145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedu" -version = "0.1.0" +version = "0.1.1" edition = "2021" publish = true authors = ["Christoph J. Scherr "] diff --git a/src/main.rs b/src/main.rs index d8473c6..b7a7c90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -86,7 +86,6 @@ pub struct Cli { /// a data source, probably a file. /// /// If left empty or set as "-", the program will read from stdin. - // TODO: take many sources #60 pub data_source: Vec, }