Skip to content

Commit 624f7a1

Browse files
committed
Use h2 version from workspace
1 parent 5135259 commit 624f7a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ repository.workspace = true
99
publish = false
1010

1111
[dependencies]
12-
# We need to keep this in sync with our patched h2 build
13-
h2 = "=0.3.26"
14-
1512
csi-grpc = { path = "../csi-grpc" }
1613

1714
clap.workspace = true
@@ -29,6 +26,7 @@ anyhow.workspace = true
2926
serde.workspace = true
3027
snafu.workspace = true
3128
strum.workspace = true
29+
h2.workspace = true
3230

3331
[build-dependencies]
3432
built.workspace = true

0 commit comments

Comments
 (0)