Skip to content

Commit

Permalink
Version 4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 3, 2023
1 parent 6190b91 commit 7090fdd
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.1

- Now the `reqwest` crate will be disabled when compiling the example app for Android.

## 4.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!
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.1

- Now the `reqwest` crate will be disabled when compiling the example app for Android.

## 4.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!
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.15.0
version: 4.15.1
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.15.0"
version = "4.15.1"
edition = "2021"
license = "MIT"
description = "Rust as your Flutter backend, Flutter as your Rust frontend"
Expand Down

0 comments on commit 7090fdd

Please sign in to comment.