From 4ae9d39458001c4b3d96936b44bf7e5b7e990e74 Mon Sep 17 00:00:00 2001 From: bobrimperator Date: Sat, 2 Mar 2024 16:39:25 +0100 Subject: [PATCH] chore(release): v0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50abc8b..5fa6f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,7 +1129,7 @@ dependencies = [ [[package]] name = "this-week-in-open-source" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "futures", diff --git a/Cargo.toml b/Cargo.toml index 89d8055..0c79371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "this-week-in-open-source" -version = "0.7.0" +version = "0.7.1" edition = "2021" rust-version = "1.72" diff --git a/src/main.rs b/src/main.rs index da55ddd..e643d5b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use std::io::prelude::*; use std::{collections::HashSet, io}; mod cli; -use cli::{args, AppParams, FileConfig}; +use cli::{args, AppParams}; const VERSION: &str = env!("CARGO_PKG_VERSION");