Skip to content

Commit 6714a44

Browse files
committed
0.3.4
1 parent 0ef2b99 commit 6714a44

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [0.3.4] 2017-12-23
6+
7+
### Added
8+
9+
- Add `--version` flag to `cargo-fmt`, allow `carfo fmt --version`.
10+
11+
### Fixed
12+
13+
- Rustup to `rustc 1.24.0-nightly (5165ee9e2 2017-12-22)`.
14+
515
## [0.3.3] 2017-12-22
616

717
### Added

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang-nursery/rustfmt"
@@ -43,7 +43,7 @@ log = "0.3"
4343
env_logger = "0.4"
4444
getopts = "0.2"
4545
derive-new = "0.5"
46-
cargo_metadata = "0.3"
46+
cargo_metadata = "0.4"
4747

4848
[target.'cfg(unix)'.dependencies]
4949
libc = "0.2.11"

0 commit comments

Comments
 (0)