Skip to content

Commit

Permalink
upgrade to rust v1.45.1 (pantsbuild#10523)
Browse files Browse the repository at this point in the history
### Problem

Keep up with Rust releases.

### Solution

Upgrade to Rust v1.45.1.

### Result

Pants is upgraded.
  • Loading branch information
Tom Dyas authored Jul 31, 2020
1 parent 0b7d9e4 commit 19de53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45.0
1.45.1
2 changes: 1 addition & 1 deletion src/rust/engine/process_executor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#![allow(clippy::new_without_default, clippy::new_ret_no_self)]
// Arc<Mutex> can be more clear than needing to grok Orderings:
#![allow(clippy::mutex_atomic)]
#![type_length_limit = "1076744"]
#![type_length_limit = "1076749"]

use std::collections::{BTreeMap, BTreeSet};
use std::convert::TryFrom;
Expand Down

0 comments on commit 19de53f

Please sign in to comment.