Skip to content

Commit

Permalink
bump fluvio version (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Jun 10, 2023
1 parent 757a0d9 commit 176973f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ serde_json = "1.0.79"
node-bindgen = "5.1.0"
flate2 = "1.0.24"
fluvio-future = { version = "0.5.1", features = ["tls", "task", "io"] }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11-dev-2" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11-dev-2" }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11" }

[build-dependencies]
node-bindgen = { version = "5.1.0", default-features = false, features = ["build"] }

0 comments on commit 176973f

Please sign in to comment.