Skip to content

Commit

Permalink
update include isntructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Dec 5, 2024
1 parent 4bd2cce commit 45a5d7e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/content/developer/iota-identity/getting-started/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 45a5d7e

Please sign in to comment.