Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit ba2f890

Browse files
committed
Remove version-sync dependency and tests
`version-sync` depends on `url`. A patch version of `url` moved from `unicode-bidi` as a dep to the icu4x ecosystem which has a huge dep tree and an aggressive MSRV policy. To avoid maintenance churn, remove this dep and the associated tests.
1 parent 9797d86 commit ba2f890

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ include = [
2828

2929
[dependencies]
3030

31-
[dev-dependencies]
32-
33-
# Check that crate versions are properly updated in documentation and code when
34-
# bumping the version.
35-
[dev-dependencies.version-sync]
36-
version = "0.9.3"
37-
default-features = false
38-
features = ["markdown_deps_updated", "html_root_url_updated"]
39-
4031
[package.metadata.docs.rs]
4132
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
4233
# that target. `focaccia` has the same API and code on all targets.

tests/version_numbers.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)