Skip to content

Commit

Permalink
Release matrix-sdk-base 0.6.1 and matrix-sdk 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Oct 24, 2022
1 parent 85ec213 commit 2ee5f73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/matrix-sdk-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "matrix-sdk-base"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.60"
version = "0.6.0"
version = "0.6.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
4 changes: 2 additions & 2 deletions crates/matrix-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "matrix-sdk"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.60"
version = "0.6.0"
version = "0.6.1"

[package.metadata.docs.rs]
features = ["docsrs"]
Expand Down Expand Up @@ -110,7 +110,7 @@ features = [
optional = true

[dependencies.matrix-sdk-base]
version = "0.6.0"
version = "0.6.1"
path = "../matrix-sdk-base"
default_features = false

Expand Down

0 comments on commit 2ee5f73

Please sign in to comment.