Merge pull request #2007 from triska/rust_1_70

update required Rust version
This commit is contained in:
Mark Thom
2023-09-08 23:34:36 -06:00
committed by GitHub

View File

@@ -150,7 +150,7 @@ light.exe scryer-prolog.wixobj
``` ```
It will generate a very basic MSI file which installs the main executable and a shortcut in the Start Menu. It can be installed with a double-click. To uninstall, go to the Control Panel and uninstall as usual. It will generate a very basic MSI file which installs the main executable and a shortcut in the Start Menu. It can be installed with a double-click. To uninstall, go to the Control Panel and uninstall as usual.
Scryer Prolog must be built with **Rust 1.63 and up**. Scryer Prolog must be built with **Rust 1.70 and up**.
### Building WebAssembly ### Building WebAssembly