@@ -48,14 +48,14 @@ per the issuer's DID document, one may expect to be able to handle roughly 50k e
48
48
<TabItem value = " rust" label = " Rust" >
49
49
50
50
``` rust reference
51
- https : // github.com/iotaledger/identity.rs/blob/v1.3 .0/examples/0_basic/7_revoke_vc.rs#L167
51
+ https : // github.com/iotaledger/identity.rs/blob/v1.5 .0/examples/0_basic/7_revoke_vc.rs#L167
52
52
```
53
53
54
54
</TabItem >
55
55
<TabItem value = " typescript-node" label = " Typescript (Node.js)" >
56
56
57
57
``` ts reference
58
- https :// github.com/iotaledger/identity.rs/blob/v1.3 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts#L156
58
+ https :// github.com/iotaledger/identity.rs/blob/v1.5 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts#L156
59
59
```
60
60
61
61
</TabItem >
@@ -109,14 +109,14 @@ be valid again, as the _revoked_ state is irreversible.
109
109
<TabItem value = " rust" label = " Rust" >
110
110
111
111
``` rust reference
112
- https : // github.com/iotaledger/identity.rs/blob/v1.3 .0/examples/1_advanced/8_status_list_2021.rs#L86-L90
112
+ https : // github.com/iotaledger/identity.rs/blob/v1.5 .0/examples/1_advanced/8_status_list_2021.rs#L86-L90
113
113
```
114
114
115
115
</TabItem >
116
116
<TabItem value = " typescript-node" label = " Typescript (Node.js)" >
117
117
118
118
``` ts reference
119
- https :// github.com/iotaledger/identity.rs/blob/v1.3 .0/bindings/wasm/examples/src/1_advanced/7_status_list_2021.ts#L72-L76
119
+ https :// github.com/iotaledger/identity.rs/blob/v1.5 .0/bindings/wasm/examples/src/1_advanced/7_status_list_2021.ts#L72-L76
120
120
```
121
121
122
122
</TabItem >
@@ -144,14 +144,14 @@ status list credential.
144
144
<TabItem value = " rust" label = " Rust" >
145
145
146
146
``` rust reference
147
- https : // github.com/iotaledger/identity.rs/blob/v1.3 .0/examples/1_advanced/8_status_list_2021.rs#L173
147
+ https : // github.com/iotaledger/identity.rs/blob/v1.5 .0/examples/1_advanced/8_status_list_2021.rs#L173
148
148
```
149
149
150
150
</TabItem >
151
151
<TabItem value = " typescript-node" label = " Typescript (Node.js)" >
152
152
153
153
``` ts reference
154
- https :// github.com/iotaledger/identity.rs/blob/v1.3 .0/bindings/wasm/examples/src/1_advanced/7_status_list_2021.ts#L147
154
+ https :// github.com/iotaledger/identity.rs/blob/v1.5 .0/bindings/wasm/examples/src/1_advanced/7_status_list_2021.ts#L147
155
155
```
156
156
157
157
</TabItem >
@@ -173,14 +173,14 @@ precise control over which credential is revoked.
173
173
<TabItem value = " rust" label = " Rust" >
174
174
175
175
``` rust reference
176
- https : // github.com/iotaledger/identity.rs/blob/v1.3 .0/examples/0_basic/7_revoke_vc.rs#L197-L204
176
+ https : // github.com/iotaledger/identity.rs/blob/v1.5 .0/examples/0_basic/7_revoke_vc.rs#L197-L204
177
177
```
178
178
179
179
</TabItem >
180
180
<TabItem value = " typescript-node" label = " Typescript (Node.js)" >
181
181
182
182
``` ts reference
183
- https :// github.com/iotaledger/identity.rs/blob/v1.3 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts#L192C1-L195
183
+ https :// github.com/iotaledger/identity.rs/blob/v1.5 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts#L192C1-L195
184
184
```
185
185
186
186
</TabItem >
@@ -194,14 +194,14 @@ The following code exemplifies how you can revoke a [Verifiable Credential (VC)]
194
194
<TabItem value = " rust" label = " Rust" >
195
195
196
196
``` rust reference
197
- https : // github.com/iotaledger/identity.rs/blob/v1.3 .0/examples/0_basic/7_revoke_vc.rs
197
+ https : // github.com/iotaledger/identity.rs/blob/v1.5 .0/examples/0_basic/7_revoke_vc.rs
198
198
```
199
199
200
200
</TabItem >
201
201
<TabItem value = " typescript-node" label = " Typescript (Node.js)" >
202
202
203
203
``` ts reference
204
- https :// github.com/iotaledger/identity.rs/blob/v1.3 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts
204
+ https :// github.com/iotaledger/identity.rs/blob/v1.5 .0/bindings/wasm/examples/src/0_basic/7_revoke_vc.ts
205
205
```
206
206
207
207
</TabItem >
0 commit comments