mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release axum and axum-extra (#2145)
Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
co-authored by
Jonas Platte
parent
68333b2fcf
commit
3b92cd7593
@@ -1,5 +1,5 @@
|
||||
use axum::{
|
||||
extract::{State, FromRef},
|
||||
extract::{FromRef, State},
|
||||
routing::get,
|
||||
Router,
|
||||
};
|
||||
@@ -30,6 +30,6 @@ enum InnerState {}
|
||||
|
||||
impl FromRef<AppState> for InnerState {
|
||||
fn from_ref(_: &AppState) -> Self {
|
||||
todo!(":shrug:")
|
||||
todo!("🤷")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use axum::{
|
||||
extract::{State, FromRef},
|
||||
extract::{FromRef, State},
|
||||
routing::get,
|
||||
Router,
|
||||
};
|
||||
@@ -31,6 +31,6 @@ enum InnerState {}
|
||||
|
||||
impl FromRef<AppState> for InnerState {
|
||||
fn from_ref(_: &AppState) -> Self {
|
||||
todo!(":shrug:")
|
||||
todo!("🤷")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user