changeset 12:4479770c2275

Decrease version requirement on thiserror `electrs` requires a lower version. Again even lower would probably be fine, IDK which one.
author Martin Habovstiak <martin.habovstiak@gmail.com>
date Sun, 29 Nov 2020 14:15:33 +0100
parents 13e2a5545167
children f740dadd2948
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Nov 29 14:11:19 2020 +0100
+++ b/Cargo.toml	Sun Nov 29 14:15:33 2020 +0100
@@ -13,7 +13,7 @@
 libsystemd = "0.2.1"
 
 [dependencies]
-thiserror = "1.0.22"
+thiserror = "1.0.21"
 serde_crate = { package = "serde", version = "1.0.116", optional = true, features = ["derive"] }
 serde_str_helpers = { version = "0.1.2", optional = true }
 parse_arg = { version = "0.1.4", optional = true }