File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -173,19 +173,19 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - uses : actions/checkout@v4
176- - uses : dtolnay/rust-toolchain@1.64 .0
176+ - uses : dtolnay/rust-toolchain@1.68 .0
177177
178- - name : Pin last once_cell release supporting our msrv of Rust 1.64
178+ - name : Pin last once_cell release supporting our msrv of Rust 1.68
179179 run : cargo update --package once_cell --precise 1.20.1
180- - name : Pin last gethostname release supporting our msrv of Rust 1.64
180+ - name : Pin last gethostname release supporting our msrv of Rust 1.68
181181 run : cargo update --package gethostname --precise 1.0.1
182- - name : Pin last tracing-core release supporting our msrv of Rust 1.64
182+ - name : Pin last tracing-core release supporting our msrv of Rust 1.68
183183 run : cargo update --package tracing-core --precise 0.1.33
184- - name : Pin last libloading release supporting our msrv of Rust 1.64
184+ - name : Pin last libloading release supporting our msrv of Rust 1.68
185185 run : cargo update --package libloading --precise 0.8.8
186- - name : Pin last async-io release supporting our msrv of Rust 1.64
186+ - name : Pin last async-io release supporting our msrv of Rust 1.68
187187 run : cargo update --package async-io --precise 2.5.0
188- - name : Pin last polling release supporting our msrv of Rust 1.64
188+ - name : Pin last polling release supporting our msrv of Rust 1.68
189189 run : cargo update --package polling --precise 3.10.0
190190
191191 # build
Original file line number Diff line number Diff line change 33[ ![ GitHub Actions Status] ( https://github.com/psychon/x11rb/workflows/CI/badge.svg )] ( https://github.com/psychon/x11rb/actions )
44[ ![ Crate] ( https://img.shields.io/crates/v/x11rb.svg )] ( https://crates.io/crates/x11rb )
55[ ![ API] ( https://docs.rs/x11rb/badge.svg )] ( https://docs.rs/x11rb )
6- ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.64 +-lightgray.svg )
6+ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.68 +-lightgray.svg )
77[ ![ License] ( https://img.shields.io/crates/l/x11rb.svg )] ( https://github.com/psychon/x11rb#license )
88
99Feel free to open issues for any problems or questions you might have.
Original file line number Diff line number Diff line change 1- msrv = " 1.64 .0"
1+ msrv = " 1.68 .0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
1010repository = " https://github.com/psychon/x11rb"
1111readme = " ../README.md"
1212edition = " 2021"
13- rust-version = " 1.64 "
13+ rust-version = " 1.68 "
1414license = " MIT OR Apache-2.0"
1515keywords = [" xcb" , " X11" , " async" ]
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
1010repository = " https://github.com/psychon/x11rb"
1111readme = " ../README.md"
1212edition = " 2021"
13- rust-version = " 1.64 "
13+ rust-version = " 1.68 "
1414license = " MIT OR Apache-2.0"
1515keywords = [" xcb" , " X11" ]
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
1010repository = " https://github.com/psychon/x11rb"
1111readme = " ../README.md"
1212edition = " 2021"
13- rust-version = " 1.64 "
13+ rust-version = " 1.68 "
1414license = " MIT OR Apache-2.0"
1515keywords = [" xcb" , " X11" ]
1616
You can’t perform that action at this time.
0 commit comments