Skip to content

Commit

Permalink
fix typo of rustbuild, instead of rustuild
Browse files Browse the repository at this point in the history
  • Loading branch information
successgo committed Jan 27, 2024
1 parent 3a72bf3 commit 54d35c7
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 54d35c7

Please sign in to comment.