Upgrade to rust 1.38

This commit is contained in:
Michael Vines
2019-09-27 08:12:43 -07:00
parent 0bf1a24bf5
commit a20f12865a
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.37.0
FROM rust:1.38.0
# Add Google Protocol Buffers for Libra's metrics library.
ENV PROTOC_VERSION 3.8.0