File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
- run : cargo check --workspace --all-targets --all-features
12
12
13
13
check_msrv :
14
- name : Check ash MSRV (1.60 .0)
14
+ name : Check ash MSRV (1.74 .0)
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : dtolnay/rust-toolchain@1.60 .0
18
+ - uses : dtolnay/rust-toolchain@1.74 .0
19
19
- run : cargo check -p ash -p ash-rewrite --all-features
20
20
21
21
check_ash_window_msrv :
22
- name : Check ash-window MSRV (1.64 .0)
22
+ name : Check ash-window MSRV (1.74 .0)
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : dtolnay/rust-toolchain@1.64 .0
26
+ - uses : dtolnay/rust-toolchain@1.74 .0
27
27
- run : cargo check -p ash-window -p ash-examples --all-features
28
28
29
29
# TODO: add a similar job for the rewrite once that generates code
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A very lightweight wrapper around Vulkan
8
8
[ ![ LICENSE] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE-MIT )
9
9
[ ![ LICENSE] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( LICENSE-APACHE )
10
10
[ ![ Join the chat at https://gitter.im/MaikKlein/ash ] ( https://badges.gitter.im/MaikKlein/ash.svg )] ( https://gitter.im/MaikKlein/ash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
11
- [ ![ MSRV] ( https://img.shields.io/badge/rustc-1.60 .0+-ab6000.svg )] ( https://blog.rust-lang.org/2022/04/07 /Rust-1.60 .0.html )
11
+ [ ![ MSRV] ( https://img.shields.io/badge/rustc-1.74 .0+-ab6000.svg )] ( https://blog.rust-lang.org/2023/11/16 /Rust-1.74 .0.html )
12
12
13
13
## Overview
14
14
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ categories = [
18
18
documentation = " https://docs.rs/ash"
19
19
edition = " 2021"
20
20
# TODO: reevaluate, then update in ci.yml
21
- rust-version = " 1.60 .0"
21
+ rust-version = " 1.74 .0"
22
22
23
23
[dependencies ]
24
24
libloading = { version = " 0.8" , optional = true }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ categories = [
16
16
" rendering::graphics-api"
17
17
]
18
18
edition = " 2021"
19
- rust-version = " 1.64 .0"
19
+ rust-version = " 1.74 .0"
20
20
21
21
[dependencies ]
22
22
ash = { path = " ../ash" , version = " 0.37" , default-features = false }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ categories = [
19
19
" rendering::graphics-api"
20
20
]
21
21
edition = " 2021"
22
- rust-version = " 1.60 .0"
22
+ rust-version = " 1.74 .0"
23
23
24
24
[dependencies ]
25
25
libloading = { version = " 0.8" , optional = true }
You can’t perform that action at this time.
0 commit comments