Skip to content

Commit

Permalink
Update Rust dependencies with bugfixes
Browse files Browse the repository at this point in the history
The previous FFI repo revision no longer exists; commits between
87faf91 and here will not build.
  • Loading branch information
str4d committed Jul 31, 2023
1 parent 27b7e78 commit ea3281e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "57eb3bd4db3c26bf44d2d8d8b0d6f09f7602a125"
"revision" : "7718b764027c2a4b9f654ed0b712b87ce881348f"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "57eb3bd4db3c26bf44d2d8d8b0d6f09f7602a125"
"revision" : "7718b764027c2a4b9f654ed0b712b87ce881348f"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.14.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "57eb3bd4db3c26bf44d2d8d8b0d6f09f7602a125")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "7718b764027c2a4b9f654ed0b712b87ce881348f")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ actor ZcashRustBackend: ZcashRustBackendWelding {

private extension ZcashRustBackend {
static func enableTracing() {
zcashlc_init_on_load()
zcashlc_init_on_load(false)
}
}

Expand Down

0 comments on commit ea3281e

Please sign in to comment.