Skip to content

Commit

Permalink
Merge commit '7bea208935b7f0a5bf4ce51b79454e35bf04b7ca'
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 2, 2023
2 parents 7856fb8 + 7bea208 commit 7b7376a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!

## 4.14.0

- Added a web API fetching example to the template.
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 @@
## 4.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!

## 4.14.0

- Added a web API fetching example to the template.
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 as your Flutter backend, Flutter as your Rust frontend"'
version: 4.14.0
version: 4.15.0
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 = "4.14.0"
version = "4.15.0"
edition = "2021"
license = "MIT"
description = "Rust as your Flutter backend, Flutter as your Rust frontend"
Expand Down

0 comments on commit 7b7376a

Please sign in to comment.