Separate footer and fixed expiry date #46

Merged
ldr merged 12 commits from separate-footer into main 2026-03-17 19:48:48 +01:00
5 changed files with 8 additions and 7 deletions
Showing only changes of commit 59b1bbf787 - Show all commits

Prepare for release of ver. 0.5.0

Lukas Drescher 2026-03-14 01:16:26 +01:00

6
Cargo.lock generated
View file

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

View file

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

View file

@ -237,6 +237,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.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.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.4.0
[0.3.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.3.0

2
dist/arch/PKGBUILD vendored
View file

@ -9,7 +9,7 @@ _reponame=Jobboerse
_pkgname="${_reponame,,}"
_features=()
pkgname="${_reponame,,}"
pkgver=0.4.1
pkgver=0.5.0
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.