diff --git a/Cargo.toml b/Cargo.toml index 4672aa5b..5578aee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ cstr = [] [dev-dependencies] # Property testing for interner getters and setters. -quickcheck = { version = "1.0", default-features = false } -quickcheck_macros = "1.0" +quickcheck = { version = "1.0.3", default-features = false } +quickcheck_macros = "1.0.0" # Check that crate versions are properly updated in documentation and code when # bumping the version. @@ -41,5 +41,6 @@ features = ["markdown_deps_updated", "html_root_url_updated"] [package.metadata.docs.rs] # This sets the default target to `x86_64-unknown-linux-gnu` and only builds # that target. `intaglio` has the same API and code on all targets. -targets = ["x86_64-unknown-linux-gnu"] +default-target = "x86_64-unknown-linux-gnu" +targets = [] rustdoc-args = ["--cfg", "docsrs"]