mirror of https://github.com/rust-lang/rust.git
chore: prep v1.8.0 release
This commit is contained in:
parent
31e799f17f
commit
b23b69900e
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [1.8.0] 2024-09-20
|
||||
|
||||
### Fixed
|
||||
- Fix issue where rustfmt would crash on Windows when using the `ignore` option [#6178](https://github.com/rust-lang/rustfmt/issues/6178)
|
||||
|
|
|
@ -499,7 +499,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustfmt-nightly"
|
||||
version = "1.7.1"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "rustfmt-nightly"
|
||||
version = "1.7.1"
|
||||
version = "1.8.0"
|
||||
description = "Tool to find and fix Rust formatting issues"
|
||||
repository = "https://github.com/rust-lang/rustfmt"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue