summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 10:15:43 +0000
committerLars Wirzenius <liw@liw.fi>2022-09-09 10:15:43 +0000
commitecab70909cf28162451341e578f69f3f36aded77 (patch)
tree8d60501c6c533cd082c39684a393820a99bc3f61
parenteafeeb84a2801df926cdeedbd6ea4db33923c0c9 (diff)
parent72aa22103e065fba388e0d843c9eeae6f900ad47 (diff)
downloadroadmap-ecab70909cf28162451341e578f69f3f36aded77.tar.gz
Merge branch 'fix' into 'main'v0.4.5
fix: bump dependency on textwrap Closes #10 See merge request larswirzenius/roadmap!16
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2512f9e..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 <liw@liw.fi>"]
edition = "2018"
license = "MIT-0"
@@ -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"