Skip to content

Commit

Permalink
Merge branch 'main' into hashbrown_v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora authored Oct 27, 2024
2 parents 7568535 + 87e87d8 commit 167ae71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proxy-wasm"
version = "0.2.2"
version = "0.2.3-dev"
authors = ["Piotr Sikora <[email protected]>"]
rust-version = "1.64"
description = "WebAssembly for Proxies"
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"

[[package]]
name = "proxy-wasm"
version = "0.2.2"
version = "0.2.3-dev"
dependencies = [
"hashbrown",
"log",
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/remote/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ alias(

alias(
name = "proxy-wasm",
actual = "@crates_vendor__proxy-wasm-0.2.2//:proxy_wasm",
actual = "@crates_vendor__proxy-wasm-0.2.3-dev//:proxy_wasm",
tags = ["manual"],
)

0 comments on commit 167ae71

Please sign in to comment.