We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c75c59 + c8a5ad5 commit f121db0Copy full SHA for f121db0
Cargo.toml
@@ -36,13 +36,6 @@ path = []
36
# Property testing for interner getters and setters.
37
quickcheck = { version = "1.0.3", default-features = false }
38
39
-# Check that crate versions are properly updated in documentation and code when
40
-# bumping the version.
41
-[dev-dependencies.version-sync]
42
-version = "0.9.3"
43
-default-features = false
44
-features = ["markdown_deps_updated", "html_root_url_updated"]
45
-
46
[package.metadata.docs.rs]
47
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
48
# that target. `intaglio` has the same API and code on all targets.
tests/version_numbers.rs
0 commit comments