Bump version to 0.1.1

This commit is contained in:
Tristan D. 2025-03-04 15:45:56 +01:00
parent d4ecf3e208
commit 5675142e9e
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ keywords = ["axum", "controller", "macro", "routing"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
readme = "README.md" readme = "README.md"
repository = "https://git.vlt81.de/vault81/axum-controller" repository = "https://git.vlt81.de/vault81/axum-controller"
version = "0.1.0" version = "0.1.1"

View file

@ -12,7 +12,7 @@ repository.workspace = true
version.workspace = true version.workspace = true
[dependencies] [dependencies]
axum-controller-macros = { path = "../axum-controller-macros", version = "0.1.0" } axum-controller-macros = { path = "../axum-controller-macros", version = "0.1.1" }
axum-typed-routing = { git = "https://github.com/jvdwrf/axum-typed-routing?ref=160684a406d616974d851bbfc6d0d9ffa65367e5", version = "0.2.0" } # version with axum 0.8 compat isn't pushed sadly axum-typed-routing = { git = "https://github.com/jvdwrf/axum-typed-routing?ref=160684a406d616974d851bbfc6d0d9ffa65367e5", version = "0.2.0" } # version with axum 0.8 compat isn't pushed sadly
[dev-dependencies] [dev-dependencies]