File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -227,11 +227,11 @@ jobs:
227
227
- name : Check formating
228
228
run : cargo +stable fmt --all -- --check
229
229
minimal_rust_version :
230
- name : Check Minimal supported rust version (1.65 .0)
230
+ name : Check Minimal supported rust version (1.78 .0)
231
231
runs-on : ubuntu-latest
232
232
steps :
233
233
- uses : actions/checkout@v4
234
- - uses : dtolnay/rust-toolchain@1.65 .0
234
+ - uses : dtolnay/rust-toolchain@1.78 .0
235
235
- uses : dtolnay/rust-toolchain@nightly
236
236
- uses : taiki-e/install-action@cargo-hack
237
237
- uses : taiki-e/install-action@cargo-minimal-versions
@@ -240,4 +240,4 @@ jobs:
240
240
# has broken min-version dependencies
241
241
# cannot test sqlite yet as that crate
242
242
# as broken min-version dependencies as well
243
- run : cargo +stable minimal-versions check -p diesel-async --features "postgres bb8 deadpool mobc"
243
+ run : cargo +1.78.0 minimal-versions check -p diesel-async --features "postgres bb8 deadpool mobc"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8
8
9
9
* Added type ` diesel_async::pooled_connection::mobc::PooledConnection `
10
10
* MySQL/MariaDB now use ` CLIENT_FOUND_ROWS ` capability to allow consistent behavior with PostgreSQL regarding return value of UPDATe commands.
11
+ * The minimal supported rust version is now 1.78.0
11
12
12
13
## [ 0.4.1] - 2023-09-01
13
14
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/weiznich/diesel_async"
10
10
keywords = [" orm" , " database" , " sql" , " async" ]
11
11
categories = [" database" ]
12
12
description = " An async extension for Diesel the safe, extensible ORM and Query Builder"
13
- rust-version = " 1.65 .0"
13
+ rust-version = " 1.78 .0"
14
14
15
15
[dependencies ]
16
16
diesel = { version = " ~2.1.1" , default-features = false , features = [" i-implement-a-third-party-backend-and-opt-into-breaking-changes" ]}
You can’t perform that action at this time.
0 commit comments