chore(qrcode): Bump the version
This commit is contained in:
parent
9c53c478d9
commit
7e9090399b
2 changed files with 2 additions and 2 deletions
|
@ -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ć <poljar@termina.org.uk>"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue