Skip to content

Commit e0e5bce

Browse files
committed
bump frblutter_rust_bridge to stable release
1 parent 807c550 commit e0e5bce

File tree

11 files changed

+6081
-4800
lines changed

11 files changed

+6081
-4800
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: build
154154
run: |
155155
cd bindings/dart
156-
cargo install '[email protected]-dev.32'
156+
cargo install '[email protected]'
157157
flutter pub get
158158
flutter_rust_bridge_codegen generate
159159
cd rust

Cargo.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
rust_input: rust/src/api.rs
1+
rust_input: crate::api
22
dart_output: lib
33
full_dep: true
44
web: false
5+
enable_lifetime: true

0 commit comments

Comments
 (0)