Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbranch committed Nov 10, 2023
1 parent d4518f5 commit cdb76dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.0.0-rc.2"
version = "4.0.0"
repository = "https://github.com/cloudflare/boring"
edition = "2021"

Expand All @@ -19,9 +19,9 @@ tag-prefix = ""
publish = false

[workspace.dependencies]
boring-sys = { version = "4.0.0-rc.2", path = "./boring-sys" }
boring = { version = "4.0.0-rc.2", path = "./boring" }
tokio-boring = { version = "4.0.0-rc.2", path = "./tokio-boring" }
boring-sys = { version = "4.0.0", path = "./boring-sys" }
boring = { version = "4.0.0", path = "./boring" }
tokio-boring = { version = "4.0.0", path = "./tokio-boring" }

bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
cmake = "0.1.18"
Expand Down

0 comments on commit cdb76dc

Please sign in to comment.