diff --git a/Cargo.toml b/Cargo.toml index 6c6d8cc..1b30c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ sha2 = "0.10" once_cell = "1.13" gettid = "0.1.2" paste = "1.0" -protobuf = { version = "3.2", optional = true } +protobuf = { git = "https://github.com/landaire/rust-protobuf/", branch = "fazi", optional = true } [features] default = ["hook_builtins", "protobuf"]