Skip to content

Commit b18309d

Browse files
authored
Merge pull request #171 from artichoke/dev/lopopolo-no-more-version-sync
Remove version-sync dependency and tests
2 parents aae32a3 + 7acff91 commit b18309d

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)