Compare commits

...

2 commits

Author SHA1 Message Date
621f0670ce
Bump version to 0.3.4 2025-04-16 15:31:02 +02:00
086b84c81d
Downgrade to 2021 edition 2025-04-16 15:29:01 +02:00
3 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Nothing yet
## [0.3.4] - 2025-04-16
- Refactored huge lib.rs into 3 seperate files.
- Downgraded edition to 2021 for better compatability
## [0.3.3] - 2025-04-15

2
Cargo.lock generated
View file

@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "axum-folder-router"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"anyhow",
"axum",

View file

@ -1,7 +1,7 @@
[package]
name = "axum-folder-router"
version = "0.3.3"
edition = "2024"
version = "0.3.4"
edition = "2021"
readme = "./README.md"
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]
categories = ["web-programming"]