File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2
- ARG RUST_VERSION=1.73.0@sha256:73af736ea21c14181c257bf674c7095a8bad6343a1eadd327a8bf1ce1c5209b4
2
+ ARG RUST_VERSION=1.74.0
3
3
4
4
FROM rust:$RUST_VERSION
5
5
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.73 .0"
2
+ channel = " 1.74 .0"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ fn main() -> anyhow::Result<()> {
79
79
let connection_pool = r2d2:: Pool :: builder ( )
80
80
. max_size ( 10 )
81
81
. min_idle ( Some ( 0 ) )
82
- . build_unchecked ( ConnectionManager :: new ( & db_url) ) ;
82
+ . build_unchecked ( ConnectionManager :: new ( db_url) ) ;
83
83
84
84
let connection_pool = DieselPool :: new_background_worker ( connection_pool) ;
85
85
You can’t perform that action at this time.
0 commit comments