Skip to content

Commit

Permalink
chore: update to fluvio 0.11.8 (#461)
Browse files Browse the repository at this point in the history
* chore: update to fluvio 0.11.8

* add: refresh smartmodule test fixture

* chore: clippy fixes
  • Loading branch information
digikata authored May 20, 2024
1 parent dca9f2f commit 8277e2a
Show file tree
Hide file tree
Showing 16 changed files with 577 additions and 147 deletions.
186 changes: 53 additions & 133 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"
node-bindgen = "6.0"
flate2 = "1.0"
fluvio-future = { version = "0.6.2", features = ["tls", "task", "io"] }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.5" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.6" }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.8" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.8" }

[build-dependencies]
node-bindgen = { version = "6.0", default-features = false, features = ["build"] }
3 changes: 3 additions & 0 deletions fixtures/server-logs-filter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
/.hub
.DS_Store
Loading

0 comments on commit 8277e2a

Please sign in to comment.