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 7097633 commit 13bc75bCopy full SHA for 13bc75b
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 = "4eff71d54ea7d4ceb04eb9234e1d162ba78573f7";
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