Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bacc27c

Browse files
authored
Add Identity 1.5 docs (#1693)
1 parent 8a0026c commit bacc27c

33 files changed

+64
-64
lines changed

config/versionedConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exports.buildPluginsConfig = [
4949
badges: ['IOTA', 'Shimmer'],
5050
},
5151
{
52-
label: '1.3',
52+
label: '1.5',
5353
badges: ['IOTA', 'Shimmer'],
5454
},
5555
],

docs/build/identity.rs/1.4/docs/getting-started/rust.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tags:
1010

1111
## Requirements
1212

13-
- [Rust](https://www.rust-lang.org/) (>= 1.62)
14-
- [Cargo](https://doc.rust-lang.org/cargo/) (>= 1.62)
13+
- [Rust](https://www.rust-lang.org/) (>= 1.65)
14+
- [Cargo](https://doc.rust-lang.org/cargo/) (>= 1.65)
1515

1616
## Include the Library
1717

@@ -23,7 +23,7 @@ This version is published to crates.io and is **stable**, following semantic ver
2323

2424
```toml
2525
[dependencies]
26-
identity_iota = { version = "1.2.0" }
26+
identity_iota = { version = "1.4.0" }
2727
```
2828

2929
### Development Release
File renamed without changes.
File renamed without changes.

docs/build/identity.rs/1.3/docs/explanations/about-alias-outputs.mdx renamed to docs/build/identity.rs/1.5/docs/explanations/about-alias-outputs.mdx

File renamed without changes.

docs/build/identity.rs/1.3/docs/explanations/decentralized-identifiers.mdx renamed to docs/build/identity.rs/1.5/docs/explanations/decentralized-identifiers.mdx

File renamed without changes.

docs/build/identity.rs/1.3/docs/explanations/verifiable-credentials.mdx renamed to docs/build/identity.rs/1.5/docs/explanations/verifiable-credentials.mdx

File renamed without changes.

docs/build/identity.rs/1.3/docs/explanations/verifiable-presentations.mdx renamed to docs/build/identity.rs/1.5/docs/explanations/verifiable-presentations.mdx

File renamed without changes.

docs/build/identity.rs/1.3/docs/getting-started/rust.mdx renamed to docs/build/identity.rs/1.5/docs/getting-started/rust.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tags:
1010

1111
## Requirements
1212

13-
- [Rust](https://www.rust-lang.org/) (>= 1.62)
14-
- [Cargo](https://doc.rust-lang.org/cargo/) (>= 1.62)
13+
- [Rust](https://www.rust-lang.org/) (>= 1.65)
14+
- [Cargo](https://doc.rust-lang.org/cargo/) (>= 1.65)
1515

1616
## Include the Library
1717

@@ -23,7 +23,7 @@ This version is published to crates.io and is **stable**, following semantic ver
2323

2424
```toml
2525
[dependencies]
26-
identity_iota = { version = "1.2.0" }
26+
identity_iota = { version = "1.5.0" }
2727
```
2828

2929
### Development Release

0 commit comments

Comments
 (0)