Skip to content

Commit 71c4809

Browse files
committed
bump to 0.6.0-rc2
1 parent 3f6454b commit 71c4809

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.6.0-rc1"
9+
version = "0.6.0-rc2"
1010
edition = "2021"
11+
12+
[workspace.dependencies]
13+
approx-derive = { path="approx-derive" }

approx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ num_complex = ["dep:num-complex"]
3939
num-traits = { version = "0.2", default-features = false }
4040
num-complex = { version = "0.4", optional = true }
4141
ordered-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 }
4343
paste = { version = "1", optional = true }
4444
indexmap = { version = ">=2.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)