Skip to content

Commit

Permalink
Merge pull request #19 from artichoke/version-sync-0.9.2-nightly-fixes
Browse files Browse the repository at this point in the history
Require version-sync at least 0.9.2
  • Loading branch information
lopopolo authored Feb 13, 2021
2 parents e0f6bbc + c287ae1 commit 7117cfc
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 7117cfc

Please sign in to comment.