Skip to content

Commit

Permalink
Update to toolchain 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Jan 19, 2019
1 parent 586041f commit a3312b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: 2
jobs:
version:
docker:
- image: quay.io/tkrs/docker-rust:1.31.1
- image: quay.io/tkrs/docker-rust:1.32.0
<<: *steps_template
stable:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_derive = "1.0"
uuid = { version = "0.7", features = ["v4"] }

[dev-dependencies]
pretty_env_logger = "0.2"
pretty_env_logger = "0.3"
lazy_static = "1.2"
rand = "0.6"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.1
1.32.0

0 comments on commit a3312b4

Please sign in to comment.