Skip to content

Commit

Permalink
Merge pull request #117 from artichoke/version-sync-0.9.3
Browse files Browse the repository at this point in the history
Update version-sync to 0.9.3 and trim some deps from Cargo.lock
  • Loading branch information
lopopolo authored Nov 19, 2021
2 parents 8f6b46a + 59d2a23 commit b83434b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ bstr = { version = "0.2.4", default-features = false }
[dev-dependencies]
# Alternative algorthim implementation for bench comparisons.
bubblebabble = "0.1"

# Check that crate versions are properly updated in documentation and code when
# bumping the version.
version-sync = "0.9, >= 0.9.2"
[dev-dependencies.version-sync]
version = "0.9.3"
default-features = false
features = ["markdown_deps_updated", "html_root_url_updated"]

[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
Expand Down

0 comments on commit b83434b

Please sign in to comment.