Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 28dbb43

Browse files
committed
Bum rustfix and cargo-fix to 0.4.0
1 parent 0411465 commit 28dbb43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Automatically apply the suggestions made by rustc"
99
repository = "https://github.com/rust-lang-nursery/rustfix"
1010
documentation = "https://docs.rs/rustfix"
1111
readme = "README.md"
12-
version = "0.3.1"
12+
version = "0.4.0"
1313
exclude = [
1414
"etc/*",
1515
"examples/*",

cargo-fix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-fix"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
authors = [
55
"Pascal Hertleif <[email protected]>",
66
"Alex Crichton <[email protected]>",
@@ -17,7 +17,7 @@ test = false
1717

1818
[dependencies]
1919
failure = "0.1"
20-
rustfix = { path = "..", version = "0.3" }
20+
rustfix = { path = "..", version = "0.4" }
2121
serde_json = "1"
2222
log = "0.4"
2323
env_logger = { version = "0.5", default-features = false }

0 commit comments

Comments
 (0)