From 9c53c478d90f57824e0eb114fe2a2fa880841a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 10 Sep 2021 19:54:58 +0200 Subject: [PATCH] chore(base): Bump the version --- matrix_sdk/Cargo.toml | 2 +- matrix_sdk_base/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 3cb79b13..37a84cf4 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -50,7 +50,7 @@ bytes = "1.0.1" matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" } [dependencies.matrix-sdk-base] -version = "0.3.0" +version = "0.4.0" path = "../matrix_sdk_base" default_features = false diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index 12fe7108..2ac799da 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-base" 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"]