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 79e0fbf commit 22edbb3Copy full SHA for 22edbb3
immix/build.rs
@@ -56,7 +56,7 @@ fn main() {
56
lazy_static! {
57
/// LLVM version used by this version of the crate.
58
static ref CRATE_VERSION: Version = {
59
- let crate_version = Version::parse(env!("CARGO_PKG_VERSION"))
+ let crate_version = Version::parse("140.0.6")
60
.expect("Crate version is somehow not valid semver");
61
Version {
62
major: crate_version.major / 10,
0 commit comments