Skip to content

Commit

Permalink
Set minimum rust version for crates with async fn in trait
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 25, 2024
1 parent 1e88090 commit 93fa1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/fluke-maybe-uring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
description = """
Replicates some tokio-uring types to allow building code without it
"""
rust-version = "1.75.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions crates/fluke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
description = """
An HTTP implementation on top of io_uring
"""
rust-version = "1.75"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 93fa1bf

Please sign in to comment.