Skip to content

Commit c16c6b4

Browse files
Change it to 1.97
1 parent 5905632 commit c16c6b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["rust/src"]
44
resolver = "2"
55

66
[workspace.package]
7-
rust-version = "1.91.0"
7+
rust-version = "1.97.0"
88

99
[workspace.dependencies]
1010
anyhow = "1"

database/src/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)