Skip to content

Commit 87c72e7

Browse files
committed
Merge #427: Fix stale docs
4f269d5 Update stale README.md section (Jamil Lambert, PhD) 58ce9ef Update rustdoc comment about no default features (Jamil Lambert, PhD) e5d20b6 Fix stale rustdoc version (Jamil Lambert, PhD) Pull request description: Fix the stale docs left over from minreq. Closes #426 ACKs for top commit: tcharding: ACK 4f269d5 Tree-SHA512: 27023d3df9e5cde9552221621a8ef950c62f81fc38bf9ea2b99ea73f7b30a4781ca26e1aec81665ac7d604049d2118c6325e6761e2a63df42bea446052204637
2 parents 4706e15 + 4f269d5 commit 87c72e7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

bitreq/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require a higher MSRV.
4343
## License
4444
This crate is distributed under the terms of the [ISC license](COPYING.md).
4545

46-
## Planned for 3.0.0
46+
## Planned for a future major release
4747

4848
This is a list of features I'll implement once it gets long enough, or
4949
a severe enough issue is found that there's good reason to make a
@@ -59,9 +59,6 @@ major version bump.
5959
with `http://` or `https://`.
6060
- Change default proxy port to 1080 (from 8080). Curl uses 1080, so it's a sane
6161
default.
62-
- Bump MSRV enough to compile the latest versions of all dependencies, and add
63-
the `rust-version` (at least 1.56) and `edition` (at least 2021) fields to
64-
Cargo.toml.
6562

6663
### Potential ideas
6764

bitreq/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
//! # Additional features
1616
//!
1717
//! Since the crate is supposed to be minimal in terms of
18-
//! dependencies, there are no default features, and optional
19-
//! functionality can be enabled by specifying features for `bitreq`
20-
//! dependency in `Cargo.toml`:
18+
//! dependencies, only the `std` feature is enabled by default.
19+
//! Additional functionality can be enabled by specifying features for
20+
//! the `bitreq` dependency in `Cargo.toml`:
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! bitreq = { version = "2.13.5-alpha", features = ["https"] }
24+
//! bitreq = { version = "0.2.0", features = ["https"] }
2525
//! ```
2626
//!
2727
//! Below is the list of all available features.

0 commit comments

Comments
 (0)