mirror of
https://github.com/rm-dr/servable.git
synced 2026-05-16 00:19:01 -07:00
v0.0.7
This commit is contained in:
Generated
+1
-1
@@ -1274,7 +1274,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "servable"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ resolver = "2"
|
||||
[workspace.package]
|
||||
rust-version = "1.90.0"
|
||||
edition = "2024"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
license = "GPL-3.0"
|
||||
repository = "https://github.com/rm-dr/servable"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -88,7 +88,7 @@ impl<S: Servable> Servable for ServableWithRoute<S> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<S: Servable> Servable for &'static S {
|
||||
impl<S: Servable> Servable for &S {
|
||||
#[inline(always)]
|
||||
fn head<'a>(
|
||||
&'a self,
|
||||
|
||||
Reference in New Issue
Block a user