File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-gitcl"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 1.0.7 "
14
+ version = " 1.0.8 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ impl Gitcl {
496
496
Self :: run_cmd ( "git rev-parse --is-inside-work-tree" , path)
497
497
. map ( |output| {
498
498
let stdout = String :: from_utf8_lossy ( & output. stdout ) ;
499
- output. status . success ( ) && stdout. trim ( ) == "true"
499
+ output. status . success ( ) && stdout. contains ( "true" )
500
500
} )
501
501
. unwrap_or ( false )
502
502
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-gix"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 1.0.8 "
14
+ version = " 1.0.9 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
You can’t perform that action at this time.
0 commit comments