File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 uses : actions-rs/toolchain@v1
1616 with :
1717 profile : minimal
18- toolchain : " 1.59 .0"
18+ toolchain : " 1.61 .0"
1919 components : rustfmt
2020 - name : Format
2121 run : cargo fmt -- --check
2828 - name : Install Rust toolchain
2929 uses : actions-rs/toolchain@v1
3030 with :
31- toolchain : " 1.59 .0"
31+ toolchain : " 1.61 .0"
3232 - name : Build
3333 run : cargo build
3434 lint :
4141 uses : actions-rs/toolchain@v1
4242 with :
4343 profile : minimal
44- toolchain : " 1.59 .0"
44+ toolchain : " 1.61 .0"
4545 components : clippy
4646 - name : Lint
4747 run : cargo clippy -- -D warnings
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ table! {
5858}
5959
6060table ! {
61- invites ( team_id, user_id) {
62- user_id -> Int4 ,
63- team_id -> Int4 ,
64- }
61+ invites ( team_id, user_id) {
62+ user_id -> Int4 ,
63+ team_id -> Int4 ,
64+ }
6565}
6666
6767table ! {
Original file line number Diff line number Diff line change 1- FROM rust:1.63
1+ FROM rust:1.61
22
33WORKDIR /usr/src/app
44
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.2
22
3- FROM rust:1.59 AS builder
3+ FROM rust:1.61 AS builder
44
55WORKDIR /usr/src/app
66
Original file line number Diff line number Diff line change 1- FROM rust:1.56 AS builder
1+ FROM rust:1.61 AS builder
22
33WORKDIR /usr/src/app
44
You can’t perform that action at this time.
0 commit comments