Skip to content

Commit 22edbb3

Browse files
committed
fix: builder llvm-config version
1 parent 79e0fbf commit 22edbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

immix/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
lazy_static! {
5757
/// LLVM version used by this version of the crate.
5858
static ref CRATE_VERSION: Version = {
59-
let crate_version = Version::parse(env!("CARGO_PKG_VERSION"))
59+
let crate_version = Version::parse("140.0.6")
6060
.expect("Crate version is somehow not valid semver");
6161
Version {
6262
major: crate_version.major / 10,

0 commit comments

Comments
 (0)