Skip to content

Commit f79dbc9

Browse files
authored
chore: remove protobuf-src dependency as it takes too long to build (#89)
Signed-off-by: guidota <guido@tamborindeguy.com.ar>
1 parent 9f20e33 commit f79dbc9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

rpc/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcl-rpc"
3-
version = "2.3.4"
3+
version = "2.3.5"
44
edition = "2021"
55
description = "Decentraland RPC Implementation"
66
repository = "https://github.com/decentraland/rpc-rust"
@@ -30,7 +30,6 @@ warp = { version = "0.3.3", optional = true }
3030

3131
[build-dependencies]
3232
prost-build = "0.11.5"
33-
protobuf-src = "1.1.0"
3433

3534
[features]
3635
default = ["codegen", "memory", "websockets", "server"]

rpc/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ extern crate prost_build;
22
use std::io::Result;
33

44
fn main() -> Result<()> {
5-
std::env::set_var("PROTOC", protobuf_src::protoc());
65
// Tell Cargo that if the given file changes, to rerun this build script.
76
println!("cargo:rerun-if-changed=src/rpc_protocol/index.proto");
87

0 commit comments

Comments
 (0)