From 6669f71c1259ff396dab753807c021ad47ef56e0 Mon Sep 17 00:00:00 2001
From: Aravinth Manivannan
Date: Sat, 14 Oct 2023 20:09:16 +0530
Subject: [PATCH] feat: migrate to
git.batsense.net/realarvinth/actix-web-codegen-const-routes
---
.woodpecker.yml | 5 +++++
Cargo.toml | 2 +-
README.md | 6 +-----
3 files changed, 7 insertions(+), 6 deletions(-)
create mode 100644 .woodpecker.yml
diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644
index 0000000..99ced6c
--- /dev/null
+++ b/.woodpecker.yml
@@ -0,0 +1,5 @@
+pipeline:
+ backend:
+ image: rust
+ commands:
+ - cargo test --all-features --no-fail-fast
diff --git a/Cargo.toml b/Cargo.toml
index 6301515..d849297 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "actix-web-codegen-const-routes"
version = "0.1.0"
description = "Routing and runtime macros for Actix Web with support for const routes"
-repository = "https://github.com/actix/actix-web.git"
+repository = "https://git.batsense.net/realaravinth/actix-web-codegen-const-routes"
authors = [
"Nikolay Kim ",
"Rob Ede ",
diff --git a/README.md b/README.md
index 0a1da26..59d2a29 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,12 @@
Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen
-[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/actix-web-codegen-const-routes/cache_buster/index.html)
-![CI (Linux)]()
-[![dependency status](https://deps.rs/repo/github/realaravinth/actix-web-codegen-const-routes/status.svg)](https://deps.rs/repo/github/realaravinth/actix-web-codegen-const-routes)
-[![codecov](https://codecov.io/gh/realaravinth/actix-web-codegen-const-routes/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/actix-web-codegen-const-routes)
## Documentation & Resources
-- [API Documentation](https://docs.rs/actix-web-codegen) TODO: replace with fork's documentation link
+- [API Documentation](https://docs.rs/actix-web-codegen-const-routes) TODO: replace with fork's documentation link
- Minimum Supported Rust Version (MSRV): 1.54
## Compile Testing