Skip to content

Commit 426d63b

Browse files
committed
update rust-version
1 parent c990b99 commit 426d63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proptest-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mazdak Farrokhzad <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
edition = "2021"
8-
rust-version = "1.74"
8+
rust-version = "1.80"
99

1010
repository = "https://github.com/proptest-rs/proptest"
1111
documentation = "https://proptest-rs.github.io/proptest/proptest-derive/index.html"

proptest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/proptest/latest/proptest/"
1010
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
1111
categories = ["development-tools::testing"]
1212
edition = "2021"
13-
rust-version = "1.74"
13+
rust-version = "1.80"
1414
exclude = ["/gen-*.sh", "/readme-*.md"]
1515

1616
description = """

0 commit comments

Comments
 (0)