Skip to content

Commit

Permalink
Require version-sync at least 0.9.2
Browse files Browse the repository at this point in the history
This fixes some warnings on current nightly related to panic formatting.
  • Loading branch information
lopopolo committed Feb 13, 2021
1 parent e0f6bbc commit c287ae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c287ae1

Please sign in to comment.