Update version
All checks were successful
Cargo Build & Test / Tests (pull_request) Successful in 11s
Cargo Build & Test / Test publish (pull_request) Successful in 10s
Cargo Build & Test / check-cargo-version (pull_request) Successful in 5s

This commit is contained in:
Jan Gleytenhoover 2024-08-20 21:45:36 +02:00
parent 980cc2d42d
commit 97d7946554
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -22,7 +22,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "loadstar"
version = "0.0.6"
version = "0.0.7"
dependencies = [
"tiny_http",
]

@ -2,7 +2,7 @@
name = "loadstar"
description = "A simple web framework for rust"
repository = "https://git.kjan.de/jank/loadstar"
version = "0.0.6"
version = "0.0.7"
license = "GPL-3.0-only"
edition = "2021"