Skip to content

Commit 2ff0449

Browse files
committed
remove git dependency to actix-web-codegen
1 parent 15850e8 commit 2ff0449

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ edition = "2021"
88
actix-multipart = "0.4.0"
99
actix-utils = "3.0.1"
1010
actix-web = "4.2.1"
11-
actix-web-codegen = { git = "https://github.com/ModProg/actix-web", branch = "advanced_route_macro" }
1211
actix-web-lab = "0.18.9"
1312
anyhow = "1.0.68"
1413
askama = { version = "0.11.1", features = ["with-actix-web"] }

src/simple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use actix_web::{
1313
post,
1414
web::Data,
1515
HttpResponse, Responder, ResponseError, Result,
16+
routes
1617
};
17-
use actix_web_codegen::routes;
1818
use actix_web_lab::extract::Path;
1919
use askama::Template;
2020
use askama_actix::TemplateToResponse;

0 commit comments

Comments
 (0)