Bumped version numbe2

This commit is contained in:
umgefahren 2022-07-11 16:26:24 +02:00
parent 3c062dad1f
commit 8e07321dfb
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -361,7 +361,7 @@ dependencies = [
[[package]] [[package]]
name = "double-ratchet-2" name = "double-ratchet-2"
version = "0.3.6" version = "0.3.7"
dependencies = [ dependencies = [
"aes-gcm-siv", "aes-gcm-siv",
"bincode", "bincode",

View file

@ -6,7 +6,7 @@ homepage = "https://github.com/Dione-Software/double-ratchet-2"
repository = "https://github.com/Dione-Software/double-ratchet-2" repository = "https://github.com/Dione-Software/double-ratchet-2"
readme = "README.md" readme = "README.md"
keywords = ["double-ratchet", "crypto", "cryptography", "signal"] keywords = ["double-ratchet", "crypto", "cryptography", "signal"]
version = "0.3.6" version = "0.3.7"
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"