bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
63 stars 12 forks source link

client: Fix compile issue with `tracing` feature #85

Closed zecakeh closed 5 months ago

zecakeh commented 5 months ago

PathBuf has two AsRef implementations, so the compiler doesn't know which to choose.

We don't use .as_ref() instead and log the debug representation of the path, like in other places.

bilelmoussaoui commented 5 months ago

Annoying, thanks for the fix. Will do a bugfix release later

A6GibKm commented 5 months ago

Ideally, one ci build tests this

bilelmoussaoui commented 5 months ago

Ideally, one ci build tests this

Was added in a separate PR