File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ license = "MIT"
1515readme = " README.md"
1616repository = " https://github.com/yanganto/struct-patch/"
1717description = " A library that helps you implement partial updates for your structs."
18+ rust-version = " 1.61.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ repository.workspace = true
99description.workspace = true
1010license.workspace = true
1111readme.workspace = true
12+ rust-version.workspace = true
1213
1314[lib ]
1415proc-macro = true
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ repository.workspace = true
99description.workspace = true
1010license.workspace = true
1111readme.workspace = true
12+ rust-version.workspace = true
1213
1314[dependencies ]
1415struct-patch-derive = { version = " =0.10.3" , path = " ../struct-patch-derive" }
You can’t perform that action at this time.
0 commit comments