Skip to content

Commit

Permalink
Update version to v0.2.3-dev. (#272)
Browse files Browse the repository at this point in the history
Found with cargo publish (nightly).

Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Oct 27, 2024
1 parent 3f4274e commit 87e87d8
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 @@ -59,7 +59,7 @@ dependencies = [

[[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 87e87d8

Please sign in to comment.