Skip to content

Commit

Permalink
bump fluvio patch version to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Nov 7, 2023
1 parent 2331099 commit 8c97fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fluvio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluvio"
version = "0.21.1"
version = "0.21.2"
edition = "2021"
license = "Apache-2.0"
authors = ["Fluvio Contributors <[email protected]>"]
Expand All @@ -27,7 +27,7 @@ async-channel = { workspace = true }
async-lock = { workspace = true }
async-rwlock = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
anyhow = { workspace = true }
base64 = { workspace = true }
bytes = { workspace = true }
cfg-if = { workspace = true }
Expand Down

0 comments on commit 8c97fbe

Please sign in to comment.