Skip to content

Commit 7acff91

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 537afaa commit 7acff91

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Cargo.toml

-9
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ default = ["std"]
2424
std = ["alloc"]
2525
alloc = []
2626

27-
[dev-dependencies]
28-
29-
# Check that crate versions are properly updated in documentation and code when
30-
# bumping the version.
31-
[dev-dependencies.version-sync]
32-
version = "0.9.3"
33-
default-features = false
34-
features = ["markdown_deps_updated", "html_root_url_updated"]
35-
3627
[package.metadata.docs.rs]
3728
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
3829
# that target. `strftime-ruby` has the same API and code on all targets.

tests/version_numbers.rs

-9
This file was deleted.

0 commit comments

Comments
 (0)