Skip to content

Commit 53ee177

Browse files
authored
chore: update to fluvio 0.12.0 (#495)
1 parent 178eb73 commit 53ee177

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_fluvio_python"
3-
version = "0.16.3"
3+
version = "0.16.4"
44
edition = "2021"
55
authors = ["Fluvio Contributors <team@fluvio.io>"]
66

@@ -38,7 +38,10 @@ url = "2.5.0"
3838
webbrowser = "1.0.0"
3939

4040
fluvio-future = { version = "0.7.0", features = ["task", "io", "native_tls", "subscriber"] }
41-
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
42-
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
43-
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
44-
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
41+
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
42+
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
43+
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
44+
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
45+
46+
# transitive version selection
47+
parking_lot = "0.12.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="fluvio",
6-
version="0.16.3",
6+
version="0.16.4",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
99
author="Fluvio Contributors",

0 commit comments

Comments
 (0)