Skip to content

Commit

Permalink
fix: update fluvio 0.11.7
Browse files Browse the repository at this point in the history
also force smartengine to defaults
  • Loading branch information
digikata committed May 3, 2024
1 parent cb9f6dd commit b212602
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lto = true
[workspace.dependencies]
async-std = { version = "1.12", default-features = false, features = ["attributes", "tokio1"] }

fluvio = { git = "https://github.com/infinyon/fluvio", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
fluvio-smartmodule = { git = "https://github.com/infinyon/fluvio.git", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.7"}
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.7"}
fluvio-smartmodule = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.7" }
fluvio-smartengine = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.7", feature = ["engine", "wasi"] }
4 changes: 2 additions & 2 deletions crates/http-sink/Connector.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "http-sink"
group = "infinyon"
version = "0.2.7"
version = "0.2.8"
apiVersion = "0.1.0"
fluvio = "0.11.16"
description = "HTTP sink connector reads records from data streaming and generates an HTTP request"
license = "Apache-2.0"
visibility = "public"

[direction]
dest = true
dest = true

[deployment]
binary = "http-sink"
File renamed without changes.

0 comments on commit b212602

Please sign in to comment.