Skip to content

Commit

Permalink
chore: Update MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Feb 12, 2024
1 parent 35766d5 commit 251bbc4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- stable
- nightly
# minimum version
- 1.66
- 1.75
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion car-mirror-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.66"
rust-version = "1.75"
documentation = "https://docs.rs/car-mirror-wasm"
repository = "https://github.com/fission-codes/rs-car-mirror/tree/main/car-mirror-wasm"
authors = ["Philipp Krüger <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion car-mirror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.66"
rust-version = "1.75"
documentation = "https://docs.rs/car-mirror"
repository = "https://github.com/fission-codes/rs-car-mirror/tree/main/car-mirror"
authors = ["Philipp Krüger <[email protected]>"]
Expand Down
2 changes: 0 additions & 2 deletions car-mirror/src/common.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unknown_lints)] // Because the `instrument` macro contains some `#[allow]`s that rust 1.66 doesn't know yet.

use bytes::Bytes;
use deterministic_bloom::runtime_size::BloomFilter;
use futures::{future, StreamExt, TryStreamExt};
Expand Down
2 changes: 0 additions & 2 deletions car-mirror/src/incremental_verification.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unknown_lints)] // Because the `instrument` macro contains some `#[allow]`s that rust 1.66 doesn't know yet.

use crate::{
common::ReceiverState,
dag_walk::DagWalk,
Expand Down

0 comments on commit 251bbc4

Please sign in to comment.