We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f47a7 commit e2ab93cCopy full SHA for e2ab93c
1 file changed
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
resolver = "2"
9
10
[workspace.package]
11
-version = "4.19.0"
+version = "5.0.0"
12
repository = "https://github.com/cloudflare/boring"
13
edition = "2021"
14
@@ -19,9 +19,9 @@ tag-prefix = ""
19
publish = false
20
21
[workspace.dependencies]
22
-boring-sys = { version = "4.19.0", path = "./boring-sys" }
23
-boring = { version = "4.19.0", path = "./boring" }
24
-tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
+boring-sys = { version = "5.0.0", path = "./boring-sys" }
+boring = { version = "5.0.0", path = "./boring" }
+tokio-boring = { version = "5.0.0", path = "./tokio-boring" }
25
26
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
27
bitflags = "2.9"
0 commit comments