Skip to content

Commit 259fe69

Browse files
authored
Release: Version 0.8.3 - Rust only (#65)
* Bump all cargo packages to version 0.8.3 * @iota/iota-interaction-ts npmjs package version stays with 0.8.0
1 parent 8c9c319 commit 259fe69

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

bindings/wasm/iota_interaction_ts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iota_interaction_ts"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true
@@ -24,7 +24,7 @@ eyre = "0.6.12"
2424
fastcrypto.workspace = true
2525
futures = { version = "0.3" }
2626
iota-sdk = { version = "1.1.5", default-features = false, features = ["serde", "std"] }
27-
iota_interaction = { version = "0.8.2", path = "../../../iota_interaction", default-features = false }
27+
iota_interaction = { version = "0.8.3", path = "../../../iota_interaction", default-features = false }
2828
js-sys = { version = "0.3.61" }
2929
json-proof-token = { version = "0.3.5", optional = true }
3030
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"], optional = true }

iota_interaction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iota_interaction"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true

iota_interaction_rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iota_interaction_rust"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true
@@ -19,7 +19,7 @@ secret-storage.workspace = true
1919
serde.workspace = true
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
22-
iota_interaction = { version = "0.8.2", path = "../iota_interaction" }
22+
iota_interaction = { version = "0.8.3", path = "../iota_interaction" }
2323

2424
[package.metadata.docs.rs]
2525
# To build locally:

product_common/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "product_common"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true
@@ -31,22 +31,22 @@ toml = "0.8"
3131
url = { version = "2", default-features = false, optional = true, features = ["serde"] }
3232

3333
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
34-
iota_interaction = { version = "0.8.2", path = "../iota_interaction", features = ["keytool"] }
35-
iota_interaction_rust = { version = "0.8.2", path = "../iota_interaction_rust", optional = true }
34+
iota_interaction = { version = "0.8.3", path = "../iota_interaction", features = ["keytool"] }
35+
iota_interaction_rust = { version = "0.8.3", path = "../iota_interaction_rust", optional = true }
3636
iota-sdk.workspace = true
3737
tokio = { version = "1.44.2", default-features = false, features = ["process"] }
3838

3939
[target.'cfg(target_arch = "wasm32")'.dependencies]
40-
iota_interaction = { version = "0.8.2", path = "../iota_interaction", default-features = false }
41-
iota_interaction_ts = { version = "0.8.2", path = "../bindings/wasm/iota_interaction_ts" }
40+
iota_interaction = { version = "0.8.3", path = "../iota_interaction", default-features = false }
41+
iota_interaction_ts = { version = "0.8.3", path = "../bindings/wasm/iota_interaction_ts" }
4242
wasm-bindgen = { version = "0.2.100", optional = true }
4343
wasm-bindgen-futures = { version = "0.4", default-features = false, optional = true }
4444
serde-wasm-bindgen = { version = "0.6", optional = true }
4545
js-sys = { version = "0.3", optional = true }
4646

4747
[dev-dependencies]
48-
iota_interaction = { version = "0.8.2", path = "../iota_interaction" }
49-
iota_interaction_rust = { version = "0.8.2", path = "../iota_interaction_rust" }
48+
iota_interaction = { version = "0.8.3", path = "../iota_interaction" }
49+
iota_interaction_rust = { version = "0.8.3", path = "../iota_interaction_rust" }
5050

5151
[features]
5252
default = []

0 commit comments

Comments
 (0)