Skip to content

Commit

Permalink
chore: update to fluvio 0.12.0 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata authored Oct 11, 2024
1 parent 178eb73 commit 53ee177
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_fluvio_python"
version = "0.16.3"
version = "0.16.4"
edition = "2021"
authors = ["Fluvio Contributors <[email protected]>"]

Expand Down Expand Up @@ -38,7 +38,10 @@ url = "2.5.0"
webbrowser = "1.0.0"

fluvio-future = { version = "0.7.0", features = ["task", "io", "native_tls", "subscriber"] }
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }

# transitive version selection
parking_lot = "0.12.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="fluvio",
version="0.16.3",
version="0.16.4",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Fluvio Contributors",
Expand Down

0 comments on commit 53ee177

Please sign in to comment.