Skip to content

Commit

Permalink
Update indicatif and pin (#36)
Browse files Browse the repository at this point in the history
* Update indicatif to rc.6 and pin

* Update CHANGELOG
  • Loading branch information
Jake-Shadle authored Feb 28, 2022
1 parent 020068b commit f24fac9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Fixed
- [PR#34](https://github.com/Jake-Shadle/xwin/pull/34) changed some code so that it is possible to compile and run for `x86_64-pc-windows-msvc`, though this target is not explicitly support. Thanks [@messense](https://github.com/messense)!
- [PR#36](https://github.com/Jake-Shadle/xwin/pull/36) updated indicatif to `0.17.0-rc.6` and pinned it to fix [#35](https://github.com/Jake-Shadle/xwin/issues/35).

## [0.1.9] - 2022-02-28
### Fixed
- [PR#32](https://github.com/Jake-Shadle/xwin/pull/32) fixed the `--disable-symlinks` flag to _actually_ not emit symlinks, which is needed if the target filesystem is case-insensitive.
Expand Down
4 changes: 2 additions & 2 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 @@ -28,7 +28,7 @@ flate2 = { version = "1.0", default-features = false, features = [
"rust_backend",
] }
# Pretty progress bars
indicatif = "0.17.0-rc.5"
indicatif = "=0.17.0-rc.6"
# Decoding of MSI installer packages
msi = "0.4"
parking_lot = "0.12"
Expand Down

0 comments on commit f24fac9

Please sign in to comment.