From 45a5d7e22b47b87b22c612cf64e8b27106851051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Thu, 5 Dec 2024 12:31:42 +0100 Subject: [PATCH] update include isntructions --- .../iota-identity/getting-started/rust.mdx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/content/developer/iota-identity/getting-started/rust.mdx b/docs/content/developer/iota-identity/getting-started/rust.mdx index 86f2398eb55..d32f74a84e1 100644 --- a/docs/content/developer/iota-identity/getting-started/rust.mdx +++ b/docs/content/developer/iota-identity/getting-started/rust.mdx @@ -20,19 +20,6 @@ tags: To include IOTA Identity in your project, add it as a dependency in your `Cargo.toml`: -### Latest Stable Release - -This version is published to crates.io and is **stable**, following semantic versioning. - -```toml -[dependencies] -identity_iota = { version = "1.4.0" } -``` - -### Development Release - -This version matches the `main` branch of this repository. It has all the **latest features**, but as such, it **may also have undocumented breaking changes**. - ```toml [dependencies] identity_iota = { git = "https://github.com/iotaledger/identity.rs", tag = "v1.6.0-alpha"}