Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Feb 25, 2024
1 parent 069431d commit 159fa77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions presage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[package]
# be a sign or warning of (an imminent event, typically an unwelcome one).
name = "presage"
version = "0.6.0-dev"
version = "0.6.0"
authors = ["Gabriel Féron <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-only"

[dependencies]
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "184b012e" }
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "184b012e" }
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "1a8cdf81" }
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "1a8cdf81" }

base64 = "0.21"
hex = "0.4.3"
futures = "0.3"
log = "0.4.20"
rand = "0.8"
Expand Down

0 comments on commit 159fa77

Please sign in to comment.