Skip to content

Commit

Permalink
Update libsignal to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina committed Aug 7, 2022
1 parent 8227054 commit 5ac7b31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "signal-provisioning-api"
version = "0.4.0"
version = "0.5.0"
authors = ["Tomas Drtina <tm.drtina@gmail.com>"]
edition = "2021"
license = "AGPL-3.0-only"
repository = "https://github.com/tm-drtina/signal-provisioning-api"

[dependencies]
libsignal-protocol = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.18.1" }
signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.18.1" }
libsignal-protocol = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.19.3" }
signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.19.3" }

aes = "0.7.4"
subtle = "2.2.3"
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This extends singalapp/libsignal (https://github.com/signalapp/libsignal), which doesn't provide provisioning API for registering new devices.

Current version is compatible with libsignal tag `v0.18.1` and there is no versioning schema for this library (yet).

Example client implemantation is still under way, but for reference: https://github.com/tm-drtina/signal-dbus-client

## Compatibility with libsignal
| Provisioning API version | libsignal version |
| ------------------------ | ----------------- |
| 0.4.0 | 0.18.1 |
| 0.5.0 | 0.19.3 |

0 comments on commit 5ac7b31

Please sign in to comment.