Skip to content

Commit 7833180

Browse files
committed
Fix package path
1 parent ded485f commit 7833180

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespera_macro/Cargo.toml":"Patch","crates/vespera/Cargo.toml":"Patch","crates/vespera_core/Cargo.toml":"Patch"},"note":"Fix package path","date":"2025-11-26T06:30:44.322394700Z"}

crates/vespera_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn generate_router_code(folder_path: &Path, folder_name: &str) -> TokenStream {
132132
}
133133

134134
let expanded = quote! {
135-
axum::Router::new()
135+
vespera::axum::Router::new()
136136
#( #router_nests )*
137137
};
138138

0 commit comments

Comments
 (0)