Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version tag #1946

Merged
merged 4 commits into from
Jan 17, 2025
Merged

chore: bump version tag #1946

merged 4 commits into from
Jan 17, 2025

Conversation

nhtyy
Copy link
Collaborator

@nhtyy nhtyy commented Jan 17, 2025

No description provided.

@nhtyy nhtyy marked this pull request as draft January 17, 2025 03:08
@nhtyy nhtyy marked this pull request as ready for review January 17, 2025 04:01
@@ -7,7 +7,7 @@ use std::process::{Command, Stdio};
pub const RUSTUP_TOOLCHAIN_NAME: &str = "succinct";

/// The latest version (github tag) of the toolchain that is supported by our build system.
pub const LATEST_SUPPORTED_TOOLCHAIN_VERSION_TAG: &str = "v1.82.0";
pub const LATEST_SUPPORTED_TOOLCHAIN_VERSION_TAG: &str = "succinct-1.82.0-20.04";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? What happens on ARM machines for this?

Copy link
Member

@ratankaliani ratankaliani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one small documentation comment.

crates/cli/src/lib.rs Show resolved Hide resolved
@nhtyy nhtyy merged commit 402f53b into dev Jan 17, 2025
11 of 12 checks passed
@nhtyy nhtyy deleted the n/v4.0.1-prep branch January 17, 2025 20:48
@@ -7,7 +7,10 @@ use std::process::{Command, Stdio};
pub const RUSTUP_TOOLCHAIN_NAME: &str = "succinct";

/// The latest version (github tag) of the toolchain that is supported by our build system.
pub const LATEST_SUPPORTED_TOOLCHAIN_VERSION_TAG: &str = "v1.82.0";
///
/// This tag has suppoert for older x86 libc versions (like the one found in Ubuntu 20.04).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos:

Suggested change
/// 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants