Skip to content

Commit

Permalink
Merge pull request #1163 from messense/downgrade-indicatif
Browse files Browse the repository at this point in the history
Downgrade `indicatif` to fix build on some 32-bit platforms
  • Loading branch information
messense authored Oct 4, 2022
2 parents c3ea5d3 + 1e507b4 commit b966b0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ glob = "0.3.0"
cargo_metadata = "0.15.0"
cargo-options = "0.3.1"
cargo-zigbuild = "0.12.3"
cargo-xwin = { version = "0.10.4", default-features = false }
cargo-xwin = { version = "=0.10.2", default-features = false }
cbindgen = { version = "0.24.2", default-features = false }
flate2 = "1.0.18"
goblin = "0.5.4"
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Fix `maturin develop` in Windows conda virtual environment in [#1146](https://github.com/PyO3/maturin/pull/1146)
* Fix build for crate using `pyo3` and `build.rs` without `cdylib` crate type in [#1150](https://github.com/PyO3/maturin/pull/1150)
* Fix build on some 32-bit platform by downgrading `indicatif` in [#1163](https://github.com/PyO3/maturin/pull/1163)

## [0.13.5] - 2022-09-27

Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ deny = [
# is a direct dependency of the otherwise banned crate
#{ name = "ansi_term", version = "=0.11.0", wrappers = [] },
{ name = "rustix" },
{ name = "indicatif", version = ">=0.17.0" },
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
Expand Down

0 comments on commit b966b0d

Please sign in to comment.