Skip to content

Commit 25be265

Browse files
committed
Updated MSRV
1 parent abfdd44 commit 25be265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "problemdetails"
33
version = "0.4.1"
4+
rust-version = "1.78.0"
45
edition = "2021"
56
license = "MIT"
67
description = "Support for Problem Details (RFC-7807 / RFC-9457) responses in HTTP APIs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
4848

4949
## Minimum supported Rust version
5050

51-
The MSRV for `problemdetails` is 1.60.0. However, the HTTP Servers that are used with it might need a higher version.
51+
The MSRV for `problemdetails` is 1.78.0. However, the HTTP Servers that are used with it might need a higher version.
5252

5353
## License
5454

0 commit comments

Comments
 (0)