diff --git a/Cargo.toml b/Cargo.toml index 4c036ad..698decf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qfall-tools" version = "0.1.0" edition = "2024" -rust-version = "1.85" # due to rand and rand_distr dependency +rust-version = "1.87" # due to wit_bindgen dependency description = "Common sub-modules and procedures in lattice-based constructions" readme = "README.md" homepage = "https://qfall.github.io" diff --git a/README.md b/README.md index 130a9cc..e6e9bb7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This `tools`-crate collects common sub-modules and features used by lattice-base ## Quick-Start First, ensure that you use a Unix-like distribution (Linux or MacOS). Setup [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) if you're using Windows. This is required due to this crate's dependency on FLINT. -Then, make sure your `rustc --version` is `1.85` or newer. +Then, make sure your `rustc --version` is `1.87` or newer. Furthermore, it's required that `m4`, a C-compiler such as `gcc`, and `make` are installed. ```bash diff --git a/benches/README.md b/benches/README.md index 9fbd8b1..6019e54 100644 --- a/benches/README.md +++ b/benches/README.md @@ -1,5 +1,5 @@