mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 04:47:38 +03:00
Declare minimum Rust version in Cargo metadata
This commit is contained in:
parent
bda41eb005
commit
ed234d41b5
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "thiserror"
|
|||
version = "1.0.29"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.31"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "derive(Error)"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
|
|
|
@ -3,6 +3,7 @@ name = "thiserror-impl"
|
|||
version = "1.0.29"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.31"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Implementation detail of the `thiserror` crate"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue