Update plugins/updater/src/updater.rs

Co-authored-by: Amr Bashir <github@amrbashir.me>
pull/2430/head
Guilherme Oenning 4 months ago committed by GitHub
parent 185753c4b2
commit 882fca4190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -242,7 +242,7 @@ impl UpdaterBuilder {
self
}
/// Allows you to modify the `reqwest`` client builder before the HTTP request is sent.
/// Allows you to modify the `reqwest` client builder before the HTTP request is sent.
///
/// Note that `reqwest` crate may be updated in minor releases of tauri-plugin-updater.
/// Therefore it's recommended to pin the plugin to at least a minor version when you're using `configure_client`.

Loading…
Cancel
Save