We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aae32a3 + 7acff91 commit b18309dCopy full SHA for b18309d
Cargo.toml
@@ -24,15 +24,6 @@ default = ["std"]
24
std = ["alloc"]
25
alloc = []
26
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
36
[package.metadata.docs.rs]
37
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
38
# that target. `strftime-ruby` has the same API and code on all targets.
tests/version_numbers.rs
0 commit comments