Unbreak compilation on MSRV (Rust 1.45.0)

without.crypto
Jan-Erik Rediger 2 years ago committed by Kagami Sascha Rosylight
parent 9d5c5e9f24
commit c30523065a
  1. 6
      Cargo.toml

@ -61,7 +61,11 @@ lmdb-rkv = { version = "0.14", optional = true }
log = "0.4.4"
ordered-float = "3.0.0"
paste = "1.0.6"
serde = {version = "1.0", features = ["derive", "rc"]}
# Fixed version.
# See
# https://github.com/serde-rs/serde/issues/2255
# https://github.com/rust-lang/cargo/issues/10954
serde = {version = "=1.0.142", features = ["derive", "rc"]}
serde_derive = "1.0"
thiserror = "1.0"
url = "2.0"

Loading…
Cancel
Save