mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-06 01:30:42 +00:00
committed by
GitHub
parent
e2600dadc5
commit
5c42107006
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
|||||||
# A simple matrix for now, but if we introduce an MSRV it can be added here.
|
# A simple matrix for now, but if we introduce an MSRV it can be added here.
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
|
# MSRV
|
||||||
|
- "1.81.0"
|
||||||
- "stable"
|
- "stable"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@ -5,6 +5,7 @@ members = [
|
|||||||
"server",
|
"server",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
]
|
]
|
||||||
|
rust-version = "1.81.0" # MSRV
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
uuid = { version = "^1.13.1", features = ["serde", "v4"] }
|
uuid = { version = "^1.13.1", features = ["serde", "v4"] }
|
||||||
|
|||||||
@ -103,7 +103,11 @@ release version. You can install Rust from your distribution package or use
|
|||||||
rustup default stable
|
rustup default stable
|
||||||
```
|
```
|
||||||
|
|
||||||
If you prefer, you can use the stable version only for install TaskChampion
|
The minimum supported Rust version (MSRV) is given in
|
||||||
|
[`Cargo.toml`](./Cargo.toml). Note that package repositories typically do not
|
||||||
|
have sufficiently new versions of Rust.
|
||||||
|
|
||||||
|
If you prefer, you can use the stable version only for installing TaskChampion
|
||||||
Sync-Server (you must clone the repository first).
|
Sync-Server (you must clone the repository first).
|
||||||
```sh
|
```sh
|
||||||
rustup override set stable
|
rustup override set stable
|
||||||
|
|||||||
Reference in New Issue
Block a user