@@ -420,7 +420,7 @@ jobs:
420
420
runs-on : ubuntu-latest
421
421
steps :
422
422
- uses : actions/checkout@v4
423
- - uses : dtolnay/rust-toolchain@nightly
423
+ - uses : dtolnay/rust-toolchain@nightly-2024-02-08
424
424
with :
425
425
components : " rust-src"
426
426
- name : Cache cargo registry
@@ -429,20 +429,20 @@ jobs:
429
429
key : sqlite_bundled-cargo-${{ hashFiles('**/Cargo.toml') }}
430
430
431
431
- name : Test diesel-cli
432
- run : cargo +nightly test --manifest-path diesel_cli/Cargo.toml --no-default-features --features "sqlite-bundled"
432
+ run : cargo +nightly-2024-02-08 test --manifest-path diesel_cli/Cargo.toml --no-default-features --features "sqlite-bundled"
433
433
434
434
- name : Run diesel_tests with ASAN enabled
435
435
env :
436
436
RUSTFLAGS : -Zsanitizer=address
437
437
ASAN_OPTIONS : detect_stack_use_after_return=1
438
- run : cargo +nightly -Z build-std test --manifest-path diesel_tests/Cargo.toml --no-default-features --features "sqlite libsqlite3-sys libsqlite3-sys/bundled libsqlite3-sys/with-asan" --target x86_64-unknown-linux-gnu
438
+ run : cargo +nightly-2024-02-08 -Z build-std test --manifest-path diesel_tests/Cargo.toml --no-default-features --features "sqlite libsqlite3-sys libsqlite3-sys/bundled libsqlite3-sys/with-asan" --target x86_64-unknown-linux-gnu
439
439
440
440
- name : Run diesel tests with ASAN enabled
441
441
env :
442
442
RUSTDOCFLAGS : -Zsanitizer=address
443
443
RUSTFLAGS : -Zsanitizer=address
444
444
ASAN_OPTIONS : detect_stack_use_after_return=1
445
- run : cargo +nightly -Z build-std test --manifest-path diesel/Cargo.toml --no-default-features --features "sqlite extras libsqlite3-sys libsqlite3-sys/bundled libsqlite3-sys/with-asan" --target x86_64-unknown-linux-gnu
445
+ run : cargo +nightly-2024-02-08 -Z build-std test --manifest-path diesel/Cargo.toml --no-default-features --features "sqlite extras libsqlite3-sys libsqlite3-sys/bundled libsqlite3-sys/with-asan" --target x86_64-unknown-linux-gnu
446
446
447
447
minimal_rust_version :
448
448
name : Check Minimal supported rust version (1.70.0)
0 commit comments