Fix docs.rs rustdoc arguments

This commit is contained in:
gnzlbg 2019-01-30 13:56:32 +01:00 committed by gnzlbg
parent 0b3f69246c
commit 586c0ae423
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "core_arch"
version = "0.1.2"
version = "0.1.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Andrew Gallant <jamslam@gmail.com>",
@ -34,4 +34,4 @@ wasm-bindgen-test = "=0.2.19"
strict = []
[package.metadata.docs.rs]
rustdoc-args = [ "--cfg dox" ]
rustdoc-args = [ "--cfg", "dox" ]

View file

@ -1,6 +1,6 @@
[package]
name = "std_detect"
version = "0.1.2"
version = "0.1.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Andrew Gallant <jamslam@gmail.com>",