Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add rustup update reminder
  • Loading branch information
Mallets authored Aug 10, 2023
1 parent 70ac4fe commit c786404
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,11 @@ sudo apt install zenoh-backend-influxdb
> :warning: **WARNING** :warning: : Zenoh and its ecosystem are under active development. When you build from git, make sure you also build from git any other Zenoh repository you plan to use (e.g. binding, plugin, backend, etc.). It may happen that some changes in git are not compatible with the most recent packaged Zenoh release (e.g. deb, docker, pip). We put particular effort in mantaining compatibility between the various git repositories in the Zenoh project.
At first, install [Cargo and Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html).
At first, install [Cargo and Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). If you already have the Rust toolchain installed, make sure it is up-to-date with:
```bash
$ rustup update
```
> :warning: **WARNING** :warning: : As Rust doesn't have a stable ABI, the backend library should be
built with the exact same Rust version than `zenohd`, and using for `zenoh` dependency the same version (or commit number) than 'zenohd'.
Expand Down

0 comments on commit c786404

Please sign in to comment.