Skip to content

Commit 2c00190

Browse files
committed
show me discovered binaries
1 parent 166ea3d commit 2c00190

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def __init__(self, session: nox.Session):
3030
name, version = found.groups()
3131
cargo_bins.setdefault(name, version)
3232
self.cargo_bins = cargo_bins
33+
for dep, ver in cargo_bins.items():
34+
ci_logger.info("Found %s: %s" % (dep, ver))
3335
self.cargo_install_cmd: tuple[str, ...] = ("cargo", "install")
3436

3537
installed_path = Path("~/.cargo/bin")

0 commit comments

Comments
 (0)