Skip to content

Commit

Permalink
fix: incompatibility issues with other packages due to flutter_rust_b…
Browse files Browse the repository at this point in the history
…ridge dependency
  • Loading branch information
ethicnology committed Nov 19, 2024
1 parent 30a1076 commit d820f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bindings/dart-bip85/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- Initial version

## 1.0.1

- Downgrade Flutter_Rust_Bridge version to ^2.0.0 to avoid incompatibility issues with other packages
4 changes: 2 additions & 2 deletions bindings/dart-bip85/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bip85
description: "BIP85 bindings to rust-bip85"
version: 1.0.0
version: 1.0.1
homepage: https://github.com/ethicnology/rust-bip85/tree/master/bindings/dart-bip85
repository: https://github.com/ethicnology/rust-bip85

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rust_bridge: ^2.6.0
flutter_rust_bridge: ^2.0.0
plugin_platform_interface: ^2.0.2

dev_dependencies:
Expand Down

0 comments on commit d820f10

Please sign in to comment.