Skip to content

Commit

Permalink
chore: bump fluvio version (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Galibey committed Sep 1, 2023
1 parent 0aa7eb0 commit 71f7cdd
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 31 deletions.
53 changes: 32 additions & 21 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 @@ -17,6 +17,6 @@ anyhow = { version = "1.0" }
async-std = { version = "1.12", default-features = false, features = ["attributes"]}
serde = { version = "1.0", default-features = false, features = ["derive"]}

fluvio = { git = "https://github.com/infinyon/fluvio", rev = "f37f00cbf4dc186afff16da035a775bf95320e3e"}
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", rev = "f37f00cbf4dc186afff16da035a775bf95320e3e", features = ["derive"]}
fluvio = { git = "https://github.com/infinyon/fluvio", rev = "d9a76327b674614c7373a9c12eb6a0ed2fcc4dc0"}
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", rev = "d9a76327b674614c7373a9c12eb6a0ed2fcc4dc0", features = ["derive"]}

2 changes: 1 addition & 1 deletion crates/kafka-sink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kafka-sink"
version = "0.4.1"
version = "0.0.0"
edition = "2021"
publish = false
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kafka-sink/Connector.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kafka-sink"
group = "infinyon"
version = "0.2.5"
version = "0.2.6"
apiVersion = "0.1.0"
fluvio = "0.10.14"
description = "Kafka sink connector"
Expand Down
4 changes: 2 additions & 2 deletions crates/kafka-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Example without security:
```yaml
apiVersion: 0.1.0
meta:
version: 0.2.5
version: 0.2.6
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand All @@ -44,7 +44,7 @@ Example with security enabled:
```yaml
apiVersion: 0.1.0
meta:
version: 0.2.5
version: 0.2.6
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand Down
2 changes: 1 addition & 1 deletion crates/kafka-source/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kafka-source"
version = "0.4.0"
version = "0.0.0"
edition = "2021"
publish = false
license = "Apache 2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/kafka-source/Connector.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "kafka-source"
group = "infinyon"
version = "0.2.4"
version = "0.2.5"
apiVersion = "0.1.0"
fluvio = "0.10.12"
fluvio = "0.10.14"
description = "Kafka source connector"
license = "Apache-2.0"
visibility = "public"
Expand Down
2 changes: 1 addition & 1 deletion crates/kafka-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Example:
```yaml
apiVersion: 0.1.0
meta:
version: 0.2.4
version: 0.2.5
name: my-kafka-connector
type: kafka-source
topic: kafka-topic
Expand Down

0 comments on commit 71f7cdd

Please sign in to comment.