Skip to content

Commit da5532a

Browse files
committed
bump to new RC 0.6.0-rc1
1 parent 622a723 commit da5532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.5.1"
8+
version = "0.6.0-rc1"

approx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ derive = []
3838
num-traits = { version = "0.2.19", default-features = false }
3939
num-complex = { version = "0.4.6", optional = true }
4040
ordered-float = { version = "5.0", optional = true }
41-
approx-derive = { path = "../approx-derive/" }
41+
approx-derive = { path = "../approx-derive/", version = "0.6.0-rc1" }
4242
paste = { version = "1.0.15", optional = true }
4343
indexmap = { version = "2.12.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)