Skip to content

Commit 6acab8a

Browse files
committed
chore(test_suite): remove a redundant package version specification
1 parent ed3b754 commit 6acab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/r3_test_suite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ priority_boost = []
2525
system_time = []
2626

2727
[dependencies]
28-
r3 = { version = "0.1.0", path = "../r3", features = ["sync"] }
28+
r3 = { path = "../r3", features = ["sync"] }
2929

3030
assert_matches = { version = "1.4.0" }
3131
arrayvec = { version = "0.7.1", default-features = false }

0 commit comments

Comments
 (0)