Skip to content

Commit

Permalink
release: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Nov 7, 2024
1 parent cef4406 commit 8ed4752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.9.2

- feat: add `--remap-path-prefix=$HOME/.cargo/=/.cargo/` to `RUSTFLAGS` to be more reproducible
- fix: support text body compressed in `gzip` and `brotli`

## 0.9.1
Expand Down
2 changes: 1 addition & 1 deletion rhttp/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rhttp
description: Make HTTP requests using Rust for Flutter developers. It uses FFI to call Rust functions from Dart. On the Rust side, it uses reqwest to make HTTP requests.
version: 0.9.1
version: 0.9.2
repository: https://github.com/Tienisto/rhttp
topics:
- http
Expand Down

0 comments on commit 8ed4752

Please sign in to comment.