From 4b40d7de815ec61c4140ebab4b645a9841a58daf Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Wed, 28 Aug 2024 02:46:48 +0200 Subject: [PATCH] release: 0.6.2 --- rhttp/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhttp/pubspec.yaml b/rhttp/pubspec.yaml index 1f78dd5..38941d9 100644 --- a/rhttp/pubspec.yaml +++ b/rhttp/pubspec.yaml @@ -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.6.1 +version: 0.6.2 repository: https://github.com/Tienisto/rhttp topics: - http