We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1ffd1 commit 5520613Copy full SHA for 5520613
packages/indexer-native/native/Cargo.toml
@@ -16,7 +16,7 @@ neon-build = "0.8.0"
16
17
[dependencies]
18
neon = "0.8.0"
19
-native-utils = { git = "ssh://git@github.com/edgeandnode/native-utils.git", commit = "cde9333", branch = "main" }
+native-utils = { git = "https://github.com/edgeandnode/native-utils", rev = "cde9333989c475c26624dfdc77a78eb0bff43187" }
20
secp256k1 = { version = "0.20", features=["recovery"] }
21
never = "0.1"
22
keccak-hash = "0.5.1"
0 commit comments