Skip to content

Commit

Permalink
Merge pull request #173 from carver/rust-v1.56.1
Browse files Browse the repository at this point in the history
Use rust v1.56.1 to mitigate "Trojan Source"
  • Loading branch information
carver authored Nov 3, 2021
2 parents feeb6cd + 62d8127 commit 929a553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Check linting with Clippy and rustfmt, build the crate, and run tests.
executor:
name: rust/default
tag: 1.56.0
tag: 1.56.1
environment:
RUSTFLAGS: '-D warnings'
steps:
Expand Down

0 comments on commit 929a553

Please # to comment.