Skip to content

Commit

Permalink
Switch to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 30, 2023
1 parent 90d23a2 commit 5ef6094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hyper-rustls"
version = "0.23.2"
edition = "2018"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/connector.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::convert::TryFrom;
use std::future::Future;
use std::pin::Pin;
use std::sync::Arc;
Expand Down

0 comments on commit 5ef6094

Please sign in to comment.