Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct version string to contain hash, build date and channel #8643

Merged
merged 1 commit into from
Apr 24, 2021

Conversation

matklad
Copy link
Member

@matklad matklad commented Apr 24, 2021

bors r+
🤖

closes #8571

}

fn build_date() -> Option<String> {
output_to_string("date --iso --utc")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this'll work for all hosts, but we are doing a similar thing in dist anyways, so, somehow, it seems to work?

@bors
Copy link
Contributor

bors bot commented Apr 24, 2021

@bors bors bot merged commit 4d110dd into rust-lang:master Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version strings are still wrong
1 participant