summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorJim <james@colderwood.com>2022-06-18 14:47:32 +0000
committerJim <james@colderwood.com>2022-06-18 14:47:32 +0000
commit722e553c6edea297bd44e7a5e715a30496d34faa (patch)
treeee78d96c2ecac6081cd8cd8e0ba4373e430ef4c3 /DEPLOY.md
parentf8547ecba4502c1070fdba66b3ab7272a3c2da71 (diff)
downloadconduit-722e553c6edea297bd44e7a5e715a30496d34faa.zip
Remove rust version requirement from deploy.md
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index ddf0aac..f0990dc 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -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).