Skip to content

Commit

Permalink
Update libsignal to v0.17.0. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina authored May 21, 2022
1 parent 33493e5 commit 6bce1c1
Showing 1 changed file with 3 additions and 3 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.2.0"
version = "0.3.0"
authors = ["Tomas Drtina <tm.drtina@gmail.com>"]
edition = "2018"
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.16.0" }
signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.16.0" }
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" }

aes = "0.7.4"
subtle = "2.2.3"
Expand Down

0 comments on commit 6bce1c1

Please sign in to comment.