Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Cargo.toml: Remove "doc" feature
Browse files Browse the repository at this point in the history
It was largely a hack to support *ring*'s slightly incompatible ECDSA
signing interface without polluting the docs.

We hopefully don't need it anymore.
  • Loading branch information
tony-iqlusion committed Oct 2, 2018
1 parent cc4e2a4 commit 314d63c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -62,12 +62,6 @@ jobs:
rustc --version
cargo --version
cargo build --features=usb --release
- run:
name: build --features=doc
command: |
rustc --version
cargo --version
cargo build --features=doc
- run:
name: test
command: |
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Expand Up @@ -44,7 +44,6 @@ ring = "0.13"
untrusted = "0.6"

[features]
doc = ["mockhsm", "rsa", "usb"]
default = ["http", "passwords"]
http = []
mockhsm = ["passwords", "ring", "untrusted"]
Expand All @@ -54,7 +53,7 @@ rsa = ["sha2"]
usb = ["lazy_static", "libusb"]

[package.metadata.docs.rs]
features = ["doc"]
all-features = true
rustc-args = ["-Ctarget-feature=+aes"]

[[bench]]
Expand Down

0 comments on commit 314d63c

Please sign in to comment.