Skip to content

Commit 477b3f7

Browse files
committed
docs.rs fix
1 parent dde2b99 commit 477b3f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[workspace.package]
88
edition = "2021"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
description = "simple-dftd3 FFI bindings, wrappers and build-from-source"
1111
repository = "https://github.com/RESTGroup/dftd3-rs"
1212
keywords = ["ffi", "chemistry"]

dftd3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ approx = { version = "0.5" }
2323
gcp = []
2424

2525
[package.metadata.docs.rs]
26-
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples", "--document-private-items"]
26+
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
2727
all-features = true
2828

2929
[[example]]

0 commit comments

Comments
 (0)