Skip to content

Commit

Permalink
Upgrade Rust toolchain (#126)
Browse files Browse the repository at this point in the history
Update rust to 1.47.0 and also update the linting tools alongside it.

Will update the build image once this PR is merged.
  • Loading branch information
markmandel authored Nov 11, 2020
1 parent d33f6ca commit d67fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.45.0
FROM rust:1.47.0

RUN rustup component add rustfmt clippy && rustup toolchain install nightly

Expand Down

0 comments on commit d67fae7

Please sign in to comment.