mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
parent
e2600dadc5
commit
5c42107006
3 changed files with 8 additions and 1 deletions
|
@ -103,7 +103,11 @@ release version. You can install Rust from your distribution package or use
|
|||
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).
|
||||
```sh
|
||||
rustup override set stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue