diff --git a/Cargo.toml b/Cargo.toml index 2ebd049..d4382c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1.35.1", features = ["sync", "time", "rt", "macros"] } tokio-stream = { version = "0.1.14" } tracing = "0.1.40" -near-indexer-primitives = "0.23.0" +near-indexer-primitives = { git = "https://github.com/near/nearcore", tag = "1.37.1" } [lib] doctest = false