Skip to content

Commit

Permalink
Version 6.0.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jan 19, 2024
1 parent 2b55f9c commit 42170bb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.0-beta

- This is a beta version.

## 6.0.0-alpha

- This is an alpha version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Currently, Rinf is in version 6 alpha, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-alpha'` and `rinf template`.
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

Expand Down
4 changes: 4 additions & 0 deletions flutter_ffi_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.0-beta

- This is a beta version.

## 6.0.0-alpha

- This is an alpha version.
Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Currently, Rinf is in version 6 alpha, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-alpha'` and `rinf template`.
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/example/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
rinf = "6.0.0-alpha"
rinf = "6.0.0-beta"
allo-isolate = { version = "0.1.24", features = ["zero-copy"] }
wasm-bindgen = "0.2.89"
tokio_with_wasm = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rinf
description: Rust for native business logic, Flutter for flexible and beautiful GUI
version: 6.0.0-alpha
version: 6.0.0-beta
repository: https://github.com/cunarist/rinf

environment:
Expand Down
2 changes: 1 addition & 1 deletion rust_crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rinf"
version = "6.0.0-alpha"
version = "6.0.0-beta"
edition = "2021"
license = "MIT"
description = "Rust for native business logic, Flutter for flexible and beautiful GUI"
Expand Down
2 changes: 1 addition & 1 deletion rust_crate/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Currently, Rinf is in version 6 alpha, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-alpha'` and `rinf template`.
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

Expand Down

0 comments on commit 42170bb

Please sign in to comment.