chore(common): Bump the version

master
Damir Jelić 2021-09-10 16:58:14 +02:00
parent 92b0ba21e4
commit a4de38ce28
5 changed files with 5 additions and 4 deletions

View File

@ -46,7 +46,7 @@ mime = "0.3.16"
rand = { version = "0.8.4", optional = true }
bytes = "1.0.1"
matrix-sdk-common = { version = "0.3.0", path = "../matrix_sdk_common" }
matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" }
[dependencies.matrix-sdk-base]
version = "0.3.0"

View File

@ -30,7 +30,7 @@ serde = { version = "1.0.126", features = ["rc"] }
serde_json = "1.0.64"
tracing = "0.1.26"
matrix-sdk-common = { version = "0.3.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 }
# Misc dependencies

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "matrix-sdk-common"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
version = "0.3.0"
version = "0.4.0"
[dependencies]
async-trait = "0.1.50"

View File

@ -26,6 +26,7 @@ where
}
#[cfg(target_arch = "wasm32")]
#[derive(Debug)]
pub struct JoinHandle<T> {
handle: RemoteHandle<Result<T, ()>>,
}

View File

@ -21,7 +21,7 @@ docs = ["sled_cryptostore"]
[dependencies]
matrix-qrcode = { version = "0.1.0", path = "../matrix_qrcode" }
matrix-sdk-common = { version = "0.3.0", path = "../matrix_sdk_common" }
matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" }
ruma = { version = "0.4.0", features = ["client-api-c", "unstable-pre-spec"] }
olm-rs = { version = "2.0.1", features = ["serde"] }