We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d05d0e commit a19c6e3Copy full SHA for a19c6e3
.travis.yml
@@ -82,7 +82,7 @@ matrix:
82
allow_failures:
83
- rust: nightly
84
include:
85
- - rust: nightly-2020-04-23
+ - rust: nightly-2020-05-01
86
name: "Compile tests"
87
env: RUSTFLAGS="--cap-lints=warn"
88
script:
azure-pipelines.yml
@@ -167,7 +167,7 @@ jobs:
167
- template: _build/install-rust.yml
168
parameters:
169
platform: Linux
170
- rust_version: nightly-2020-04-23
+ rust_version: nightly-2020-05-01
171
- bash: |
172
sudo apt-get update &&
173
sudo apt-get -y install libsqlite3-dev libpq-dev libmysqlclient-dev
diesel_compile_tests/rust-toolchain
@@ -1 +1 @@
1
-nightly-2020-04-23
+nightly-2020-05-01
0 commit comments