1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-26 11:38:18 +02:00

Remove rust version requirement from deploy.md

This commit is contained in:
Jim 2022-06-18 14:47:32 +00:00
parent f8547ecba4
commit 722e553c6e

View file

@ -43,7 +43,6 @@ $ sudo apt install libclang-dev build-essential
$ cargo build --release
```
Note that this currently requires Rust 1.50.
If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](cross/README.md).