You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm new to Rust and maybe there is something that I don't understand.
I want to write a little test-app to play around. When I try to use bluer in the current version (0.15.1) like let session = bluer::Session::new(); I always get the message: error[E0433]: failed to resolve: could not find `Session` in `bluer` . But if I downgrade the version to 0.13.3 everything works as expected.
Is there a bug or is it just me, don't getting it?
The text was updated successfully, but these errors were encountered:
Hey,
I'm new to Rust and maybe there is something that I don't understand.
I want to write a little test-app to play around. When I try to use bluer in the current version (0.15.1) like
let session = bluer::Session::new();
I always get the message:error[E0433]: failed to resolve: could not find `Session` in `bluer`
. But if I downgrade the version to0.13.3
everything works as expected.Is there a bug or is it just me, don't getting it?
The text was updated successfully, but these errors were encountered: