Skip to content

Commit

Permalink
Version 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 8, 2023
1 parent 6fef879 commit 1285e19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.11.1

- Fixed a problem with compilation on macOS.

## 4.11.0

- New Dart function `ensureFinalized()`. This function ensures that all Rust tasks are terminated. Take a look at the example code to understand how to run this function before closing the Flutter app. Note that you have to run `rifs template --bridge` again to use this function.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rust_in_flutter
description: '"Rust as your Flutter backend, Flutter as your Rust frontend"'
version: 4.11.0
version: 4.11.1
repository: https://github.com/cunarist/rust-in-flutter
funding:
- https://www.buymeacoffee.com/cunarist
Expand Down
2 changes: 1 addition & 1 deletion shorthand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rifs"
version = "4.11.0"
version = "4.11.1"
edition = "2021"
license = "MIT"
description = "Rust as your Flutter backend, Flutter as your Rust frontend"
Expand Down

0 comments on commit 1285e19

Please sign in to comment.