Skip to content

Commit

Permalink
Merge pull request #207 from artichoke/dev/lopopolo-no-more-version-sync
Browse files Browse the repository at this point in the history
Remove version-sync dependency and tests
  • Loading branch information
lopopolo authored Mar 3, 2025
2 parents a981d59 + 0fcd34a commit 34cd238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ alloc = []
[dependencies]
bstr = { version = "1.0.1", default-features = false }

[dev-dependencies]

# Check that crate versions are properly updated in documentation and code when
# bumping the version.
[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
# that target. `roe` has the same API and code on all targets.
Expand Down
9 changes: 0 additions & 9 deletions tests/version_numbers.rs

This file was deleted.

0 comments on commit 34cd238

Please sign in to comment.