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 abfdd44 commit 25be265Copy full SHA for 25be265
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "problemdetails"
3
version = "0.4.1"
4
+rust-version = "1.78.0"
5
edition = "2021"
6
license = "MIT"
7
description = "Support for Problem Details (RFC-7807 / RFC-9457) responses in HTTP APIs"
README.md
@@ -48,7 +48,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
48
49
## Minimum supported Rust version
50
51
-The MSRV for `problemdetails` is 1.60.0. However, the HTTP Servers that are used with it might need a higher version.
+The MSRV for `problemdetails` is 1.78.0. However, the HTTP Servers that are used with it might need a higher version.
52
53
## License
54
0 commit comments