From 62b48c8e9029c0a1aea4bdbf5de148e8bceb6df6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Sep 2022 13:13:33 +0300 Subject: fix: bump dependency on textwrap Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2512f9e..6709bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ anyhow = "1" clap = { version = "3.2.12", features = ["derive"] } serde = { version = "1.0.134", features = ["derive"] } serde_yaml = "0.8" -textwrap = "0.14" +textwrap = "0.15" thiserror = "1" -- cgit v1.2.1 From 72aa22103e065fba388e0d843c9eeae6f900ad47 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Sep 2022 13:13:59 +0300 Subject: chore: bump version of crate in preparation of release Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6709bf1..b568001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadmap" -version = "0.4.4" +version = "0.4.5" authors = ["Lars Wirzenius "] edition = "2018" license = "MIT-0" -- cgit v1.2.1