Skip to content

Commit

Permalink
increase msrv to 1.70 like tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2424 committed Aug 2, 2024
1 parent 0f764ed commit e93d68c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
env:
RUST_BACKTRACE: 1
toolchain_style: stable
toolchain_msrv: 1.63
toolchain_h3_quinn_msrv: 1.66
toolchain_msrv: 1.70
toolchain_h3_quinn_msrv: 1.70
toolchain_doc: nightly-2023-10-21
toolchain_lint: stable
toolchain_fuzz: nightly-2023-10-21
Expand Down
2 changes: 1 addition & 1 deletion h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "h3-quinn"
version = "0.0.7"
rust-version = "1.66"
rust-version = "1.70"
authors = ["Jean-Christophe BEGUE <[email protected]>"]
edition = "2021"
documentation = "https://docs.rs/h3-quinn"
Expand Down
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "h3"
version = "0.0.6"
rust-version = "1.63"
rust-version = "1.70"
authors = [
"Sean McArthur <[email protected]>",
"Jean-Christophe BEGUE <[email protected]>",
Expand Down

0 comments on commit e93d68c

Please sign in to comment.