mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
chore: fix minor ci failures (#6293)
* chore: add trailing newline to config schema * chore: fix typo closes #6291
This commit is contained in:
@@ -235,7 +235,7 @@ fn get_cargo_version(context: &Context, config: &PackageConfig) -> Option<String
|
|||||||
.and_then(toml::Value::as_bool)
|
.and_then(toml::Value::as_bool)
|
||||||
.unwrap_or_default()
|
.unwrap_or_default()
|
||||||
{
|
{
|
||||||
// workspace version string (`package.version.worspace = true`)
|
// workspace version string (`package.version.workspace = true`)
|
||||||
// need to read the Cargo.toml file from the workspace root
|
// need to read the Cargo.toml file from the workspace root
|
||||||
let mut version = None;
|
let mut version = None;
|
||||||
// discover the workspace root
|
// discover the workspace root
|
||||||
|
|||||||
Reference in New Issue
Block a user