Skip to content

Commit

Permalink
Add changelog entry for #767
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 9, 2022
1 parent dd1b595 commit 2ec4858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

* Add support for using [`zig cc`](https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html) as linker for easier cross compiling and manylinux compliance in [#756](https://github.com/PyO3/maturin/pull/756)
* Switch from reqwest to ureq to reduce dependencies in [#767](https://github.com/PyO3/maturin/pull/767)

## [0.12.6] - 2021-12-31

Expand Down
7 changes: 2 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
//!
//! # Cargo features
//!
//! Default features: log, upload, rustls, human-panic
//! Default features: log, upload, human-panic
//!
//! - log: Configures pretty-env-logger, even though maturin doesn't use logging itself.
//!
//! - upload: Uses reqwest to add the upload command.
//!
//! - rustls: Makes reqwest use the rustls stack so that we can build maturin in a CentOS 6
//! docker container and which maturin itself manylinux compliant.
//! - upload: Uses ureq to add the upload command.
//!
//! - human-panic: Adds https://github.com/rust-clique/human-panic
//!
Expand Down

0 comments on commit 2ec4858

Please sign in to comment.