whisperfish / libsignal-service-rs

A Rust version of the libsignal-service-java library for communicating with Signal servers.
https://whisperfish.github.io/libsignal-service-rs/libsignal_service
GNU Affero General Public License v3.0
68 stars 31 forks source link

Bump libsignal to v0.37.0 #270

Closed gferon closed 4 months ago

gferon commented 10 months ago

It just compiles ™️

It is required for downstream users to adjust the patched version of curve25519-dalek:

[patch.crates-io]
"curve25519-dalek" = { git = "https://github.com/signalapp/curve25519-dalek", tag = "signal-curve25519-4.1.1" }
rubdos commented 10 months ago

CI fails on installing protobuf-dev, FYI

rubdos commented 9 months ago

Swapping the protoc patch out with the one in #280 should make this compile.

boxdot commented 4 months ago

This one is superseded by libsignal v0.51