1
0
mirror of https://github.com/rm-dr/servable.git synced 2026-05-16 00:19:01 -07:00
This commit is contained in:
2026-03-23 09:32:03 -07:00
parent 5f1511df9d
commit e4090087be
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1274,7 +1274,7 @@ dependencies = [
[[package]] [[package]]
name = "servable" name = "servable"
version = "0.0.6" version = "0.0.7"
dependencies = [ dependencies = [
"axum", "axum",
"chrono", "chrono",
+1 -1
View File
@@ -5,7 +5,7 @@ resolver = "2"
[workspace.package] [workspace.package]
rust-version = "1.90.0" rust-version = "1.90.0"
edition = "2024" edition = "2024"
version = "0.0.6" version = "0.0.7"
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/rm-dr/servable" repository = "https://github.com/rm-dr/servable"
readme = "README.md" readme = "README.md"
+1 -1
View File
@@ -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)] #[inline(always)]
fn head<'a>( fn head<'a>(
&'a self, &'a self,