File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5858 runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@v3
61- - uses : dtolnay/rust-toolchain@1.63 .0
61+ - uses : dtolnay/rust-toolchain@1.67 .0
6262 - uses : Swatinem/rust-cache@v2
6363 - run : cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
6464
Original file line number Diff line number Diff line change 22name = " bench"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.67 "
66license = " MIT OR Apache-2.0"
77publish = false
88
Original file line number Diff line number Diff line change 22name = " perf"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.67 "
66license = " MIT OR Apache-2.0"
77publish = false
88
Original file line number Diff line number Diff line change 22name = " quinn-proto"
33version = " 0.11.0"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.67 "
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/quinn-rs/quinn"
88description = " State machine for the QUIC transport protocol"
Original file line number Diff line number Diff line change 22name = " quinn-udp"
33version = " 0.5.0"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.67 "
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/quinn-rs/quinn"
88description = " UDP sockets with ECN information for the QUIC transport protocol"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords = ["quic"]
99categories = [ " network-programming" , " asynchronous" ]
1010workspace = " .."
1111edition = " 2021"
12- rust-version = " 1.63 "
12+ rust-version = " 1.67 "
1313
1414[package .metadata .docs .rs ]
1515all-features = true
You can’t perform that action at this time.
0 commit comments