Skip to content

Commit

Permalink
Reduce MSRV to v1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 25, 2023
1 parent f1c5c5b commit c479b7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,13 @@ rustflags = [
"-Wclippy::inline_asm_x86_att_syntax",
"-Wclippy::large_include_file",
"-Wclippy::lossy_float_literal",
"-Wclippy::min_ident_chars",
"-Wclippy::missing_docs_in_private_items",
"-Wclippy::mixed_read_write_in_expression",
"-Wclippy::multiple_inherent_impl",
"-Wclippy::multiple_unsafe_ops_per_block",
"-Wclippy::mutex_atomic",
"-Wclippy::needless_raw_strings",
"-Wclippy::partial_pub_fields",
"-Wclippy::pub_without_shorthand",
"-Wclippy::rc_mutex",
"-Wclippy::redundant_type_annotations",
"-Wclippy::ref_patterns",
"-Wclippy::rest_pat_in_fully_bound_structs",
"-Wclippy::same_name_method",
"-Wclippy::self_named_module_files",
Expand Down Expand Up @@ -68,8 +63,6 @@ rustflags = [
"-Wunused",
# Rust lints.
"-Wdeprecated_in_future",
"-Wffi_unwind_calls",
"-Winvalid-reference_casting",
"-Wmacro_use_extern_crate",
"-Wmeta_variable_misuse",
"-Wmissing_abi",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.72"
toolchain: "1.70"

- name: Run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/khonsulabs/fabruic"
keywords = ["quic"]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.72"
rust-version = "1.70"

[features]
dangerous = []
Expand Down

0 comments on commit c479b7d

Please sign in to comment.