Skip to content

Commit

Permalink
v4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Dec 19, 2024
1 parent 66cc25a commit f9a7334
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.13.2"
version = "4.13.3"
repository = "https://github.com/penumbra-x/boring2"
edition = "2021"

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

[workspace.dependencies]
boring-sys = { package = "boring-sys2", version = "4.13.2", path = "./boring-sys" }
boring = { package = "boring2", version = "4.13.2", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.13.2", path = "./tokio-boring" }
boring-sys = { package = "boring-sys2", version = "4.13.3", path = "./boring-sys" }
boring = { package = "boring2", version = "4.13.3", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.13.3", path = "./tokio-boring" }

bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1"
Expand Down

0 comments on commit f9a7334

Please sign in to comment.