Skip to content

Commit

Permalink
Merge pull request #546 from stlankes/hyper
Browse files Browse the repository at this point in the history
switch to the latest nightly compiler
  • Loading branch information
stlankes authored Mar 1, 2024
2 parents 6fe0c31 + abdf2b4 commit c729a68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/tls/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use hermit as _;
use std::io;
use std::net::{Ipv4Addr, SocketAddr};
use std::sync::Arc;
use std::vec::Vec;

use http::{Method, Request, Response, StatusCode};
use http_body_util::{BodyExt, Full};
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-02-15"
channel = "nightly-2024-03-01"
components = [ "rust-src" ]

0 comments on commit c729a68

Please sign in to comment.