File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Install rust
39
- uses : dtolnay/rust-toolchain@1.70 .0
39
+ uses : dtolnay/rust-toolchain@1.74 .0
40
40
with :
41
41
components : rustfmt, clippy
42
42
- name : Checkout
53
53
- name : Checkout
54
54
uses : actions/checkout@v3
55
55
- name : Install rust
56
- uses : dtolnay/rust-toolchain@1.70 .0
56
+ uses : dtolnay/rust-toolchain@1.74 .0
57
57
- name : Lockfile check
58
58
run : cargo update -w --locked
Original file line number Diff line number Diff line change 42
42
- name : Checkout
43
43
uses : actions/checkout@v3
44
44
- name : Install rust
45
- uses : dtolnay/rust-toolchain@1.70 .0
45
+ uses : dtolnay/rust-toolchain@1.74 .0
46
46
- name : Install dependencies
47
47
run : |
48
48
# Add postgres package repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish = false
4
4
version = " 0.1.4"
5
5
6
6
edition = " 2021"
7
- rust-version = " 1.70 .0"
7
+ rust-version = " 1.74 .0"
8
8
9
9
[lib ]
10
10
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN chown postgres:postgres /home/postgres
25
25
USER postgres
26
26
27
27
RUN \
28
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.70 .0 && \
28
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.74 .0 && \
29
29
rustup --version && \
30
30
rustc --version && \
31
31
cargo --version
You can’t perform that action at this time.
0 commit comments