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

This commit is contained in:
Jan Gleytenhoover 2024-08-20 11:59:01 +02:00
parent 4ac4c6223d
commit 23047dc855
Signed by: jank
GPG Key ID: B267751B8AE29EFE
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

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

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