File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 88 check-and-build :
99 strategy :
1010 matrix :
11- rust_version : ['1.70 .0', stable]
11+ rust_version : ['1.71 .0', stable]
1212 runs-on : ubuntu-latest
1313 outputs :
1414 libei_version : ${{ steps.libei_version.outputs.libei_version }}
2121 - run : sudo apt-get -qq update
2222 - run : sudo apt-get install -y libxkbcommon-dev
2323
24- - run : |
25- cargo update -p tokio --precise 1.47.0
26- cargo update -p mio --precise 1.0.4
27- cargo update -p polling --precise 3.10.0
28- cargo update -p unicode-ident --precise 1.0.22
29- if: matrix.rust_version != 'stable'
30-
3124 - run : cargo fmt --all -- --check
3225
3326 # Make sure there are no broken intra-doc links with and without features
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Pure Rust implementation of libei/libeis protocol."
66repository = " https://github.com/ids1024/reis"
77keywords = [" libei" , " libeis" , " wayland" ]
88edition = " 2021"
9- rust-version = " 1.70 .0"
9+ rust-version = " 1.71 .0"
1010
1111[dependencies ]
1212calloop = { version = " 0.14.0" , optional = true }
You can’t perform that action at this time.
0 commit comments