diff options
author | Tony Arcieri <bascule@gmail.com> | 2020-10-07 11:34:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 11:34:12 -0700 |
commit | 9f42267e1a968c26b9785af79f56dd3cdc9ddf5a (patch) | |
tree | eb72eeec378e6607a10e60e5c49f08c93f8f12ad | |
parent | 6859374e6087066cde407534761317b0bd179435 (diff) | |
download | PAKEs-9f42267e1a968c26b9785af79f56dd3cdc9ddf5a.tar.xz |
Bump MSRV to 1.41.0 (#36)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 11da396..9090382 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - stable - beta - nightly - - 1.32.0 + - 1.41.0 matrix: include: - rust: stable # not locked down or consistent, since allow_failures |