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
Showing only changes of commit 9ef9ac5ca8 - Show all commits

fix release

Lukas Drescher 2026-07-29 10:32:59 +02:00

6
Cargo.lock generated
View file

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

View file

@ -3,7 +3,7 @@ members = [".", "packages/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.6.0" version = "0.6.1"
edition = "2021" edition = "2021"
rust-version = "1.64" rust-version = "1.64"
license = "MIT OR Apache-2.0" 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 - Overview Page of Dependency licenses
[Unreleased]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/main [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.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.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 [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,,}" _pkgname="${_reponame,,}"
_features=() _features=()
pkgname="${_reponame,,}" pkgname="${_reponame,,}"
pkgver=0.6.0 pkgver=0.6.1
pkgrel=1 pkgrel=1
pkgdesc="FS-InfMath Job-Offer Page" pkgdesc="FS-InfMath Job-Offer Page"
arch=('x86_64') # Other architectures may work arch=('x86_64') # Other architectures may work

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

Binary file not shown.