Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
The docs link of the openmls pointed at github. That's broken now. But it should really link to docs.rs.
  • Loading branch information
franziskuskiefer authored Nov 5, 2024
1 parent 9806b4a commit f88e211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "openmls"
version = "0.6.0"
version = "0.6.1"
authors = ["OpenMLS Authors"]
edition = "2021"
description = "A Rust implementation of the Messaging Layer Security (MLS) protocol, as defined in RFC 9420."
license = "MIT"
documentation = "https://openmls.github.io/openmls/"
documentation = "https://docs.rs/openmls"
repository = "https://github.com/openmls/openmls/"
readme = "../README.md"
keywords = ["MLS", "IETF", "RFC9420", "Encryption", "E2EE"]
Expand Down

0 comments on commit f88e211

Please sign in to comment.