Skip to content

Commit

Permalink
Update to libsignal 0.18.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina authored Jul 17, 2022
1 parent a9ed173 commit 8227054
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3.0"
version = "0.4.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.17.0" }
signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.17.0" }
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" }

aes = "0.7.4"
subtle = "2.2.3"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Signal provisioning API

This extends singalapp/libsignal-client (https://github.com/signalapp/libsignal-client), which doesn't provide provisioning API for registering new devices.
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-client tag `v0.11.0` and there is no versioning schema for this library (yet).
Current version is compatible with libsignal tag `v0.18.1` and there is no versioning schema for this library (yet).

Example client implemantation is under way and will be linked here when ready.
Example client implemantation is still under way, but for reference: https://github.com/tm-drtina/signal-dbus-client
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ confidence-threshold = 0.8
exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
#{ allow = ["Zlib"], name = "adler32", version = "*" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }
]

# Some crates don't have (easily) machine readable licensing information,
Expand Down

0 comments on commit 8227054

Please sign in to comment.