Skip to content

Commit dded60d

Browse files
committed
add msrv
1 parent f14ad33 commit dded60d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ license = "MIT"
1515
readme = "README.md"
1616
repository = "https://github.com/yanganto/struct-patch/"
1717
description = "A library that helps you implement partial updates for your structs."
18+
rust-version = "1.61.0"

struct-patch-derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository.workspace = true
99
description.workspace = true
1010
license.workspace = true
1111
readme.workspace = true
12+
rust-version.workspace = true
1213

1314
[lib]
1415
proc-macro = true

struct-patch/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository.workspace = true
99
description.workspace = true
1010
license.workspace = true
1111
readme.workspace = true
12+
rust-version.workspace = true
1213

1314
[dependencies]
1415
struct-patch-derive = { version = "=0.10.3", path = "../struct-patch-derive" }

0 commit comments

Comments
 (0)