We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622a723 commit da5532aCopy full SHA for da5532a
Cargo.toml
@@ -5,4 +5,4 @@ members = [
5
]
6
7
[workspace.package]
8
-version = "0.5.1"
+version = "0.6.0-rc1"
approx/Cargo.toml
@@ -38,6 +38,6 @@ derive = []
38
num-traits = { version = "0.2.19", default-features = false }
39
num-complex = { version = "0.4.6", optional = true }
40
ordered-float = { version = "5.0", optional = true }
41
-approx-derive = { path = "../approx-derive/" }
+approx-derive = { path = "../approx-derive/", version = "0.6.0-rc1" }
42
paste = { version = "1.0.15", optional = true }
43
indexmap = { version = "2.12.1", optional = true, default-features = false }
0 commit comments