File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ members = [
33 " approx" ,
44 " approx-derive" ,
55]
6+ resolver = " 2"
67
78[workspace .package ]
89version = " 0.6.0-rc1"
10+ edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " approx-derive"
33version.workspace = true
4- edition = " 2021 "
4+ edition.workspace = true
55description = " Extends the approx crate by derive macros."
66license = " Apache-2.0"
77
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version.workspace = true
44authors = [" Brendan Zabarauskas <bjzaba@yahoo.com.au>" ]
55license = " Apache-2.0"
66description = " Approximate floating point equality comparisons and assertions."
7- edition = " 2021 "
7+ edition.workspace = true
88
99documentation = " https://docs.rs/approx"
1010homepage = " https://github.com/brendanzab/approx"
You can’t perform that action at this time.
0 commit comments