chore(crypto): Bump the version
parent
4bcbcb146e
commit
e0447c8190
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue