Skip to content

Commit c479b7d

Browse files
committed
Reduce MSRV to v1.70
1 parent f1c5c5b commit c479b7d

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.cargo/config.toml

-7
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,13 @@ rustflags = [
2626
"-Wclippy::inline_asm_x86_att_syntax",
2727
"-Wclippy::large_include_file",
2828
"-Wclippy::lossy_float_literal",
29-
"-Wclippy::min_ident_chars",
3029
"-Wclippy::missing_docs_in_private_items",
3130
"-Wclippy::mixed_read_write_in_expression",
3231
"-Wclippy::multiple_inherent_impl",
3332
"-Wclippy::multiple_unsafe_ops_per_block",
3433
"-Wclippy::mutex_atomic",
35-
"-Wclippy::needless_raw_strings",
3634
"-Wclippy::partial_pub_fields",
37-
"-Wclippy::pub_without_shorthand",
3835
"-Wclippy::rc_mutex",
39-
"-Wclippy::redundant_type_annotations",
40-
"-Wclippy::ref_patterns",
4136
"-Wclippy::rest_pat_in_fully_bound_structs",
4237
"-Wclippy::same_name_method",
4338
"-Wclippy::self_named_module_files",
@@ -68,8 +63,6 @@ rustflags = [
6863
"-Wunused",
6964
# Rust lints.
7065
"-Wdeprecated_in_future",
71-
"-Wffi_unwind_calls",
72-
"-Winvalid-reference_casting",
7366
"-Wmacro_use_extern_crate",
7467
"-Wmeta_variable_misuse",
7568
"-Wmissing_abi",

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Rust
4343
uses: dtolnay/rust-toolchain@stable
4444
with:
45-
toolchain: "1.72"
45+
toolchain: "1.70"
4646

4747
- name: Run unit tests
4848
run: |

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/khonsulabs/fabruic"
77
keywords = ["quic"]
88
categories = ["network-programming"]
99
edition = "2021"
10-
rust-version = "1.72"
10+
rust-version = "1.70"
1111

1212
[features]
1313
dangerous = []

0 commit comments

Comments
 (0)