Skip to content

Commit 52e532f

Browse files
committed
bump versions
1 parent 3b0da47 commit 52e532f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/canister_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-client"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -17,4 +17,4 @@ ic-cdk = { workspace = true }
1717
tracing = { workspace = true }
1818
anyhow = { workspace = true }
1919

20-
bity-ic-types = "0.1.0"
20+
bity-ic-types = "0.1.2"

src/canister_time/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-time"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -18,4 +18,4 @@ ic-cdk-timers = { workspace = true }
1818
tracing = { workspace = true }
1919
time = { workspace = true }
2020

21-
bity-ic-types = "0.1.1"
21+
bity-ic-types = "0.1.2"

src/canister_timer_jobs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ic-cdk = { workspace = true }
1919
syn = { workspace = true, features = ["full"] }
2020
quote = "1.0"
2121

22-
bity-ic-types = "0.1.1"
23-
bity-ic-utils = "0.2.0"
22+
bity-ic-types = "0.1.2"
23+
bity-ic-utils = "0.2.1"
2424

2525
[dev-dependencies]
2626
tokio = {version = "1.39.2", features = ["rt", "macros"]}

src/icrc3_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ quote = { workspace = true }
2020
syn = { workspace = true, features = ["full"] }
2121
lazy_static = { workspace = true }
2222

23-
bity-ic-canister-time = { workspace = true }
23+
bity-ic-canister-time = "0.2.1"

src/ledger_utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-ledger-utils"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -17,4 +17,4 @@ ic-ledger-types = { workspace = true }
1717
icrc-ledger-types = { workspace = true }
1818
sha2 = { workspace = true }
1919

20-
bity-ic-types = "0.1.1"
20+
bity-ic-types = "0.1.2"

src/subcanister_manager/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-subcanister-manager"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
description = "A library for managing sub-canisters on the Internet Computer"
66
license = "MIT"
@@ -19,4 +19,4 @@ canfund = "0.8.4"
1919
ic0 = { workspace = true }
2020
ic-management-canister-types = { workspace = true }
2121

22-
bity-ic-utils = "0.2.0"
22+
bity-ic-utils = "0.2.1"

0 commit comments

Comments
 (0)