Skip to content

Commit

Permalink
Auto merge of rust-lang#81792 - pietroalbini:bump-nightly, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

Bump nightly version to 1.52.0

cc `@rust-lang/release`
  • Loading branch information
bors committed Feb 6, 2021
2 parents cfba499 + 83c34ea commit 399b645
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ dependencies = [

[[package]]
name = "clippy"
version = "0.1.51"
version = "0.1.52"
dependencies = [
"cargo_metadata 0.12.0",
"clippy-mini-macro-test",
Expand All @@ -597,7 +597,7 @@ version = "0.2.0"

[[package]]
name = "clippy_lints"
version = "0.1.51"
version = "0.1.52"
dependencies = [
"cargo_metadata 0.12.0",
"if_chain",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.1.51"
version = "0.1.52"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.1.51"
version = "0.1.52"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
1.52.0

0 comments on commit 399b645

Please sign in to comment.