Mercurial > crates > systemd-socket
changeset 10:c9f42be465ca
Decrease version requirement for serde
This is what `electrs` uses. We could probably lower it more, I don't
have the time to figure out how much right now. PRs welcome.
author | Martin Habovstiak <martin.habovstiak@gmail.com> |
---|---|
date | Sun, 29 Nov 2020 14:04:48 +0100 |
parents | 4fb70ca820a6 |
children | 13e2a5545167 |
files | Cargo.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Cargo.toml Sat Nov 28 15:47:47 2020 +0100 +++ b/Cargo.toml Sun Nov 29 14:04:48 2020 +0100 @@ -14,7 +14,7 @@ [dependencies] thiserror = "1.0.22" -serde_crate = { package = "serde", version = "1.0.117", optional = true, features = ["derive"] } +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 } lazy_static = "1.4.0"