submissions-api v0.7.1 make error type smaller

This commit is contained in:
2025-05-14 00:49:31 -07:00
parent 636282b993
commit d39a8c0208
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1889,7 +1889,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]] [[package]]
name = "submissions-api" name = "submissions-api"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"reqwest", "reqwest",
"serde", "serde",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "submissions-api" name = "submissions-api"
version = "0.7.0" version = "0.7.1"
edition = "2021" edition = "2021"
publish = ["strafesnet"] publish = ["strafesnet"]
repository = "https://git.itzana.me/StrafesNET/maps-service" repository = "https://git.itzana.me/StrafesNET/maps-service"