Skip to content

Commit

Permalink
Update crates/cli/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nhtyy and github-actions[bot] authored Jan 17, 2025
1 parent 402f53b commit 1b065ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 1b065ad

Please sign in to comment.