Skip to content

Commit 0422661

Browse files
committed
Fix docs.rs rustdoc arguments
1 parent 97f32ff commit 0422661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/core_arch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core_arch"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Andrew Gallant <[email protected]>",
@@ -34,4 +34,4 @@ wasm-bindgen-test = "=0.2.19"
3434
strict = []
3535

3636
[package.metadata.docs.rs]
37-
rustdoc-args = [ "--cfg dox" ]
37+
rustdoc-args = [ "--cfg", "dox" ]

crates/std_detect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "std_detect"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Andrew Gallant <[email protected]>",

0 commit comments

Comments
 (0)