From 74139163fe0c0d7cb9b3221d7ed1874491e3f485 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Sun, 17 Dec 2023 16:39:50 +0100 Subject: [PATCH] Pin tempfile to support Rust 1.56 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e6bafcb..1e355a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,7 @@ streaming-stats = "0.2" quantiles = "0.7" proptest = "=1.0" byteorder = "=1.4" # MSRV 1.56, required by proptest +tempfile = "=3.6" # MSRV 1.56, required by proptest [package.metadata.docs.rs] # Enable certain features when building docs for docs.rs