Skip to content

Commit

Permalink
build: bump fluvio (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Apr 17, 2023
1 parent e87f9cf commit c0988a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ rumqttc = { version = "0.20", features = ["url", "websocket"] }
rustls = { version = "0.20" }
rustls-native-certs = { version = "0.6" }

fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.10.6" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.10.6", features = ["derive"]}
fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.10.7" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.10.7", features = ["derive"]}


[profile.release-lto]
Expand Down

0 comments on commit c0988a7

Please sign in to comment.