Skip to content

Commit fbbc3b2

Browse files
committed
fix: response no_std
1 parent cbeb86a commit fbbc3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ mod core;
6666
#[cfg(feature = "serde_json")]
6767
type ProblemDetails = serde_json::Value;
6868
#[cfg(not(feature = "serde_json"))]
69-
type ProblemDetails = String;
69+
type ProblemDetails = alloc::string::String;
7070
mod details;
7171
pub mod internal;
7272
mod legacy;

0 commit comments

Comments
 (0)