From 6f7847d3fb6084628733f7b2e66e86054b80e000 Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Sun, 19 May 2024 22:06:39 +0900 Subject: [PATCH] Version 6.9.2 --- CHANGELOG.md | 4 ++++ flutter_ffi_plugin/CHANGELOG.md | 4 ++++ flutter_ffi_plugin/example/native/hub/Cargo.toml | 2 +- flutter_ffi_plugin/pubspec.yaml | 2 +- rust_crate/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abb94e9..e50b40f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.9.2 + +- Early Dart signals have become more stable. + ## 6.9.1 - Now the memory allocation and drop is done in each language. diff --git a/flutter_ffi_plugin/CHANGELOG.md b/flutter_ffi_plugin/CHANGELOG.md index c6ca4f3b..0b6c1f7f 100644 --- a/flutter_ffi_plugin/CHANGELOG.md +++ b/flutter_ffi_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.9.2 + +- Early Dart signals have become more stable. + ## 6.9.1 - Now the memory allocation and drop is done in each language. diff --git a/flutter_ffi_plugin/example/native/hub/Cargo.toml b/flutter_ffi_plugin/example/native/hub/Cargo.toml index e3092d33..61353476 100755 --- a/flutter_ffi_plugin/example/native/hub/Cargo.toml +++ b/flutter_ffi_plugin/example/native/hub/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" crate-type = ["lib", "cdylib", "staticlib"] [dependencies] -rinf = "6.9.1" +rinf = "6.9.2" prost = "0.12.3" wasm-bindgen = "0.2.91" tokio_with_wasm = "0.4.3" diff --git a/flutter_ffi_plugin/pubspec.yaml b/flutter_ffi_plugin/pubspec.yaml index d194fc9c..899ec6ee 100644 --- a/flutter_ffi_plugin/pubspec.yaml +++ b/flutter_ffi_plugin/pubspec.yaml @@ -1,6 +1,6 @@ name: rinf description: Rust for native business logic, Flutter for flexible and beautiful GUI -version: 6.9.1 +version: 6.9.2 repository: https://github.com/cunarist/rinf environment: diff --git a/rust_crate/Cargo.toml b/rust_crate/Cargo.toml index c52a4744..fa0606c7 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinf" -version = "6.9.1" +version = "6.9.2" edition = "2021" license = "MIT" description = "Rust for native business logic, Flutter for flexible and beautiful GUI"