Skip to content

Commit

Permalink
build: update rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Nov 17, 2023
1 parent b231fed commit c9874f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions hello-tracing-backend/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(result_option_inspect)]

mod api;

use anyhow::{Context, Result};
Expand Down
2 changes: 0 additions & 2 deletions hello-tracing-gateway/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(result_option_inspect)]

mod api;
mod backend;

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-11-11"
channel = "nightly-2023-11-17"

0 comments on commit c9874f2

Please sign in to comment.