chore(crypto): Bump the version
This commit is contained in:
parent
4bcbcb146e
commit
e0447c8190
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ serde_json = "1.0.64"
|
||||||
tracing = "0.1.26"
|
tracing = "0.1.26"
|
||||||
|
|
||||||
matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" }
|
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
|
# Misc dependencies
|
||||||
thiserror = "1.0.25"
|
thiserror = "1.0.25"
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||||
name = "matrix-sdk-crypto"
|
name = "matrix-sdk-crypto"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["docs"]
|
features = ["docs"]
|
||||||
|
|
Loading…
Reference in a new issue