Skip to content

Commit

Permalink
Auto merge of #13357 - rust-dacheng:patch/fix-typo, r=weihanglo
Browse files Browse the repository at this point in the history
fix typo of rustbuild, instead of rustuild

Fixes #13356
  • Loading branch information
bors committed Jan 27, 2024
2 parents 3a72bf3 + 54d35c7 commit eace48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct VersionInfo {
pub version: String,
/// The release channel we were built for (stable/beta/nightly/dev).
///
/// `None` if not built via rustuild.
/// `None` if not built via rustbuild.
pub release_channel: Option<String>,
/// Information about the Git repository we may have been built from.
///
Expand Down

0 comments on commit eace48e

Please sign in to comment.