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
I would like to ask if there is any reason to restrict flutter_rust_bridge between >=2.0.0 and <2.1.0 instead of ^2.0.0 or ^2.1.0 ?
This create incompatibility with packages that rely on more updated versions of flutter_rust_bridge, currently ^2.6.0
Example:
flutter pub add bip85
Because every version of bip85 depends on flutter_rust_bridge ^2.6.0 and every version of bdk_flutter
from git depends on flutter_rust_bridge >=2.0.0 <2.1.0, bip85 is incompatible with bdk_flutter from
git.
The text was updated successfully, but these errors were encountered:
Hey there,
I would like to ask if there is any reason to restrict
flutter_rust_bridge
between>=2.0.0
and<2.1.0
instead of^2.0.0
or^2.1.0
?This create incompatibility with packages that rely on more updated versions of
flutter_rust_bridge
, currently^2.6.0
Example:
The text was updated successfully, but these errors were encountered: