Skip to content

Commit

Permalink
Need Rust 1.71 for the named debug info? Oh well...
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Jan 5, 2024
1 parent 0e0dd36 commit f7fd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
MINIMAL_RUST: 1.70.0 # Minimal Supported Rust Version
MINIMAL_RUST: 1.71.0 # Minimal Supported Rust Version

jobs:
# Formatting doesn't depend on configuration, and we only care about the
Expand Down

0 comments on commit f7fd1c6

Please sign in to comment.