From 1b065addb6b9eb42c1e70478ddefa864f7be7a8c Mon Sep 17 00:00:00 2001 From: N Date: Fri, 17 Jan 2025 12:51:40 -0800 Subject: [PATCH] Update crates/cli/src/lib.rs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- crates/cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/lib.rs b/crates/cli/src/lib.rs index 1a6dafcac..cc7eb7371 100644 --- a/crates/cli/src/lib.rs +++ b/crates/cli/src/lib.rs @@ -8,7 +8,7 @@ pub const RUSTUP_TOOLCHAIN_NAME: &str = "succinct"; /// The latest version (github tag) of the toolchain that is supported by our build system. /// -/// This tag has suppoert for older x86 libc versions (like the one found in Ubuntu 20.04). +/// This tag has support for older x86 libc versions (like the one found in Ubuntu 20.04). /// This tag has support for the recent Macos and ARM targets. pub const LATEST_SUPPORTED_TOOLCHAIN_VERSION_TAG: &str = "succinct-1.82.0";