From c287ae16f6cb321db1137fc87cb8bb3ac14446ab Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sat, 13 Feb 2021 08:42:36 -0800 Subject: [PATCH] Require version-sync at least 0.9.2 This fixes some warnings on current nightly related to panic formatting. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f158f3a77..0afef66d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,9 @@ alloc = [] bstr = { version = "0.2.4", default-features = false } [dev-dependencies] -version-sync = "0.9" +# Check that crate versions are properly updated in documentation and code when +# bumping the version. +version-sync = "0.9, >= 0.9.2" [package.metadata.docs.rs] # This sets the default target to `x86_64-unknown-linux-gnu` and only builds