chore(crypto): Bump the version

master
Damir Jelić 2021-09-10 19:28:13 +02:00
parent 4bcbcb146e
commit e0447c8190
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ serde_json = "1.0.64"
tracing = "0.1.26"
matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" }
matrix-sdk-crypto = { version = "0.3.0", path = "../matrix_sdk_crypto", optional = true }
matrix-sdk-crypto = { version = "0.4.0", path = "../matrix_sdk_crypto", optional = true }
# Misc dependencies
thiserror = "1.0.25"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "matrix-sdk-crypto"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
version = "0.3.0"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["docs"]