Skip to content

Commit 757a0d9

Browse files
committed
build: update fluvio version (#329)
1 parent 23087a1 commit 757a0d9

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ serde_json = "1.0.79"
2121
node-bindgen = "5.1.0"
2222
flate2 = "1.0.24"
2323
fluvio-future = { version = "0.5.1", features = ["tls", "task", "io"] }
24-
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.10" }
25-
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.10" }
24+
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11-dev-2" }
25+
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11-dev-2" }
2626

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluvio/client",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "Node.js binding for Fluvio distributed stream",
55
"keywords": [
66
"fluvio",
@@ -51,4 +51,4 @@
5151
"typescript": "^5.0.4",
5252
"uuid": "^9.0.0"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)