Compare commits
No commits in common. "621f0670ce10072a129f3430542b6333c6bcff9b" and "fdc79b41cff18cfc1587c433bf9bd738b946d925" have entirely different histories.
621f0670ce
...
fdc79b41cf
3 changed files with 3 additions and 8 deletions
|
@ -4,12 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- Nothing yet
|
|
||||||
|
|
||||||
## [0.3.4] - 2025-04-16
|
|
||||||
|
|
||||||
- Refactored huge lib.rs into 3 seperate files.
|
- Refactored huge lib.rs into 3 seperate files.
|
||||||
- Downgraded edition to 2021 for better compatability
|
|
||||||
|
|
||||||
## [0.3.3] - 2025-04-15
|
## [0.3.3] - 2025-04-15
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -94,7 +94,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-folder-router"
|
name = "axum-folder-router"
|
||||||
version = "0.3.4"
|
version = "0.3.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axum-folder-router"
|
name = "axum-folder-router"
|
||||||
version = "0.3.4"
|
version = "0.3.3"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]
|
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]
|
||||||
categories = ["web-programming"]
|
categories = ["web-programming"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue