Skip to content

Commit f6588d0

Browse files
committed
update v to 0.5.10
1 parent 190ce39 commit f6588d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["boring", "boring-sys", "tokio-boring"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.5.9"
6+
version = "0.5.10"
77
repository = "https://github.com/plabayo/rama-boring"
88
# we should stick on edition 2021 until ecosystem is ready,
99
# and perhaps let cloudflare do it if ever,
@@ -18,9 +18,9 @@ tag-prefix = ""
1818
publish = false
1919

2020
[workspace.dependencies]
21-
rama-boring = { version = "0.5.9", path = "./boring" }
22-
rama-boring-sys = { version = "0.5.9", path = "./boring-sys" }
23-
rama-boring-tokio = { version = "0.5.9", path = "./tokio-boring" }
21+
rama-boring = { version = "0.5.10", path = "./boring" }
22+
rama-boring-sys = { version = "0.5.10", path = "./boring-sys" }
23+
rama-boring-tokio = { version = "0.5.10", path = "./tokio-boring" }
2424

2525
antidote = "1.0.0"
2626
anyhow = "1"

0 commit comments

Comments
 (0)