File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,8 @@ members = [
66resolver = " 2"
77
88[workspace .package ]
9- version = " 0.6.0-rc1 "
9+ version = " 0.6.0-rc2 "
1010edition = " 2021"
11+
12+ [workspace .dependencies ]
13+ approx-derive = { path =" approx-derive" }
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ num_complex = ["dep:num-complex"]
3939num-traits = { version = " 0.2" , default-features = false }
4040num-complex = { version = " 0.4" , optional = true }
4141ordered-float = { version = " 5" , optional = true }
42- approx-derive = { path = " ../approx-derive/" , version = " 0.6.0-rc1 " , optional = true }
42+ approx-derive = { path = " ../approx-derive/" , version = " 0.6.0-rc2 " , optional = true }
4343paste = { version = " 1" , optional = true }
4444indexmap = { version = " >=2.0" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments