Skip to content

Commit 5520613

Browse files
committed
indexer-native: Fix native-utils dependency to use https + rev
1 parent dd1ffd1 commit 5520613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/indexer-native/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ neon-build = "0.8.0"
1616

1717
[dependencies]
1818
neon = "0.8.0"
19-
native-utils = { git = "ssh://git@github.com/edgeandnode/native-utils.git", commit = "cde9333", branch = "main" }
19+
native-utils = { git = "https://github.com/edgeandnode/native-utils", rev = "cde9333989c475c26624dfdc77a78eb0bff43187" }
2020
secp256k1 = { version = "0.20", features=["recovery"] }
2121
never = "0.1"
2222
keccak-hash = "0.5.1"

0 commit comments

Comments
 (0)