Skip to content

Commit

Permalink
chore: Remove unneeded docsrs Cargo features
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Aug 3, 2022
1 parent 3ca3016 commit 2430d7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions bindings/matrix-sdk-crypto-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rust-version = "1.60"
version = "0.1.0-alpha.0"

[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.wasm-pack.profile.release]
Expand All @@ -24,7 +23,6 @@ crate-type = ["cdylib"]
[features]
default = ["tracing"]
qrcode = ["matrix-sdk-crypto/qrcode"]
docsrs = []
tracing = []

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions bindings/matrix-sdk-crypto-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rust-version = "1.60"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[lib]
Expand All @@ -21,7 +20,6 @@ crate-type = ["cdylib"]
[features]
default = []
qrcode = ["matrix-sdk-crypto/qrcode"]
docsrs = []
tracing = ["dep:tracing-subscriber"]

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions crates/matrix-sdk-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ rust-version = "1.60"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[features]
default = []
qrcode = ["dep:matrix-sdk-qrcode"]
backups_v1 = ["dep:olm-rs", "dep:bs58"]
docsrs = []

# Testing helpers for implementations based upon this
testing = ["dep:http"]
Expand Down

0 comments on commit 2430d7f

Please sign in to comment.