Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci_msrv_consumers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
submodules: true

# The consumer's MSRV is the toolchain we build with.
# s2n-quic declares its MSRV via the rust-version field in Cargo.toml
# (the rust-toolchain file was removed in aws/s2n-quic#3180).
- uses: SebRollen/toml-action@v1.2.0
id: consumer_msrv
with:
file: 's2n-quic/rust-toolchain'
field: 'toolchain.channel'
file: 's2n-quic/quic/s2n-quic/Cargo.toml'
field: 'package.rust-version'

# s2n-tls's own MSRV, read only for a readable log line.
- uses: SebRollen/toml-action@v1.2.0
Expand Down
Loading