We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1c88 commit c62e8cbCopy full SHA for c62e8cb
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "reqwasm"
3
version = "0.3.1"
4
authors = ["Hamza <[email protected]>"]
5
-edition = "2021"
+edition = "2018"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/hamza1311/reqwasm"
8
description = "HTTP requests library for WASM Apps"
src/error.rs
@@ -23,6 +23,7 @@ pub(crate) use conversion::*;
23
#[cfg(any(feature = "http", feature = "websocket"))]
24
mod conversion {
25
use gloo_utils::errors::JsError;
26
+ use std::convert::TryFrom;
27
use wasm_bindgen::JsValue;
28
29
#[cfg(feature = "http")]
0 commit comments