fix release #49

Merged
ldr merged 1 commit from fix-faq-email into main 2026-07-29 10:35:41 +02:00
5 changed files with 7 additions and 6 deletions

6
Cargo.lock generated
View file

@ -671,7 +671,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "better_toml_datetime"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"serde",
"thiserror",
@ -1751,7 +1751,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]]
name = "jobboerse"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"actix-files",
"actix-multipart",
@ -1993,7 +1993,7 @@ dependencies = [
[[package]]
name = "multipart_helper"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"actix-multipart",
"futures-util",

View file

@ -3,7 +3,7 @@ members = [".", "packages/*"]
resolver = "2"
[workspace.package]
version = "0.6.0"
version = "0.6.1"
edition = "2021"
rust-version = "1.64"
license = "MIT OR Apache-2.0"

View file

@ -253,6 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Overview Page of Dependency licenses
[Unreleased]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/main
[0.6.1]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.6.1
[0.6.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.6.0
[0.5.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.5.0
[0.4.1]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.4.1

2
dist/arch/PKGBUILD vendored
View file

@ -9,7 +9,7 @@ _reponame=Jobboerse
_pkgname="${_reponame,,}"
_features=()
pkgname="${_reponame,,}"
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
pkgdesc="FS-InfMath Job-Offer Page"
arch=('x86_64') # Other architectures may work

BIN
packages/jobboerse/THIRDPARTY.toml (Stored with Git LFS)

Binary file not shown.