Skip to content

Commit 4ae9d39

Browse files
committed
chore(release): v0.7.1
1 parent be5753e commit 4ae9d39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "this-week-in-open-source"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
rust-version = "1.72"
66

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::io::prelude::*;
77
use std::{collections::HashSet, io};
88

99
mod cli;
10-
use cli::{args, AppParams, FileConfig};
10+
use cli::{args, AppParams};
1111

1212
const VERSION: &str = env!("CARGO_PKG_VERSION");
1313

0 commit comments

Comments
 (0)