File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ fn add_registry_packages(alt: bool) {
102102 . publish ( ) ;
103103}
104104
105- pub fn cargo_exe ( ) -> std:: path:: PathBuf {
106- snapbox:: cmd:: cargo_bin ( "cargo-set-version" )
105+ pub fn cargo_exe ( ) -> & ' static std:: path:: Path {
106+ snapbox:: cmd:: cargo_bin! ( "cargo-set-version" )
107107}
108108
109109/// Test the cargo command
Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ fn add_op_registry_packages(alt: bool) {
219219 . publish ( ) ;
220220}
221221
222- pub fn cargo_exe ( ) -> std:: path:: PathBuf {
223- snapbox:: cmd:: cargo_bin ( "cargo-upgrade" )
222+ pub fn cargo_exe ( ) -> & ' static std:: path:: Path {
223+ snapbox:: cmd:: cargo_bin! ( "cargo-upgrade" )
224224}
225225
226226/// Test the cargo command
You can’t perform that action at this time.
0 commit comments