Skip to content

Commit 4ce299e

Browse files
committed
Fix windows build
Signed-off-by: Andrew Stein <[email protected]>
1 parent 390b7ea commit 4ce299e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

rust/perspective-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ path = "src/rust/lib.rs"
5757
[build-dependencies]
5858
prost-build = { version = "0.12.3" }
5959
# https://github.com/abseil/abseil-cpp/issues/1241#issuecomment-2138616329
60-
protobuf-src = { version = "2.1.1", optional = true }
60+
protobuf-src = { version = "=2.0.1", optional = true }
6161

6262
[dependencies]
6363
async-lock = { version = "2.5.0" }

0 commit comments

Comments
 (0)