File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 rustup default $RUST_TOOLCHAIN_VERSION
4040 rustup component add --toolchain $RUST_TOOLCHAIN_VERSION rustfmt clippy
4141 env :
42- RUST_TOOLCHAIN_VERSION : 1.98 .0
42+ RUST_TOOLCHAIN_VERSION : 1.97 .0
4343
4444 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4545 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exclude = ["rust/src"]
44resolver = " 2"
55
66[workspace .package ]
7- rust-version = " 1.91 .0"
7+ rust-version = " 1.97 .0"
88
99[workspace .dependencies ]
1010anyhow = " 1"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ impl TestContext {
7070 config. get_user( ) . unwrap( ) ,
7171 String :: from_utf8( config. get_password( ) . unwrap( ) . to_vec( ) ) . unwrap( ) ,
7272 host,
73- & config. get_ports( ) [ 0 ] ,
73+ config. get_ports( ) [ 0 ] ,
7474 db_name
7575 ) ;
7676 let pool = Pool :: open ( test_db_url. as_str ( ) ) ;
You can’t perform that action at this time.
0 commit comments