Skip to content

Commit

Permalink
Make the node version independent of the crate version (paritytech#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Sep 12, 2023
1 parent 12ff34d commit b031d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/utils/build-script-utils/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn generate_cargo_keys() {
}
};

println!("cargo:rustc-env=SUBSTRATE_CLI_COMMIT_HASH={commit}");
println!("cargo:rustc-env=SUBSTRATE_CLI_IMPL_VERSION={}", get_version(&commit))
}

Expand Down

0 comments on commit b031d1e

Please sign in to comment.