We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689358a commit 26bd441Copy full SHA for 26bd441
src/tools/miri/genmc-sys/build.rs
@@ -28,7 +28,7 @@ mod downloading {
28
/// The GenMC repository the we get our commit from.
29
pub(crate) const GENMC_GITHUB_URL: &str = "https://github.com/MPI-SWS/genmc.git";
30
/// The GenMC commit we depend on. It must be available on the specified GenMC repository.
31
- pub(crate) const GENMC_COMMIT: &str = "d9527280bb99f1cef64326b1803ffd952e3880df";
+ pub(crate) const GENMC_COMMIT: &str = "aa10ed65117c3291524efc19253b5d443a4602ac";
32
33
/// Ensure that a local GenMC repo is present and set to the correct commit.
34
/// Return the path of the GenMC repo and whether the checked out commit was changed.
0 commit comments