From 7e9090399bd61cfe2d8051a78a91b61f39030572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 10 Sep 2021 20:45:17 +0200 Subject: [PATCH] chore(qrcode): Bump the version --- matrix_qrcode/Cargo.toml | 2 +- matrix_sdk_crypto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_qrcode/Cargo.toml b/matrix_qrcode/Cargo.toml index 8bf6243d..4e81adc9 100644 --- a/matrix_qrcode/Cargo.toml +++ b/matrix_qrcode/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matrix-qrcode" description = "Library to encode and decode QR codes for interactive verifications in Matrix land" -version = "0.1.0" +version = "0.2.0" authors = ["Damir Jelić "] edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index bde011b5..9e4a3cb1 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -21,7 +21,7 @@ sled_cryptostore = ["sled"] docs = ["sled_cryptostore"] [dependencies] -matrix-qrcode = { version = "0.1.0", path = "../matrix_qrcode" , optional = true} +matrix-qrcode = { version = "0.2.0", path = "../matrix_qrcode" , optional = true} matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" } ruma = { version = "0.4.0", features = ["client-api-c", "unstable-pre-spec"] }