Skip to content

Commit d1eb27b

Browse files
committed
bump versions
1 parent 04ef726 commit d1eb27b

File tree

6 files changed

+106
-23
lines changed

6 files changed

+106
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ members = [
1919
# "src/icrc3_canisters/canisters/icrc3_example/impl",
2020
# "src/icrc3_canisters/canisters/icrc3_archive/impl",
2121
# "src/icrc3_canisters/integration_testing",
22-
# "src/icrc3_macros",
22+
"src/icrc3_macros",
2323
# "src/icrc3",
24-
# "src/icrc3_archive_api",
24+
"src/icrc3_archive_api",
2525
# "src/icrc3_archive_c2c_client",
2626
# "src/icrc3_c2c_client",
2727
]

src/canister_timer_jobs/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-timer-jobs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -19,11 +19,11 @@ ic-cdk = { workspace = true }
1919
syn = { workspace = true, features = ["full"] }
2020
quote = "1.0"
2121

22-
# bity-ic-types = "0.1.2"
23-
# bity-ic-utils = "0.2.1"
22+
bity-ic-types = "0.1.2"
23+
bity-ic-utils = "0.2.2"
2424

25-
bity-ic-types = { path = "../types" }
26-
bity-ic-utils = { path = "../utils" }
25+
# bity-ic-types = { path = "../types" }
26+
# bity-ic-utils = { path = "../utils" }
2727

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

src/icrc3_archive_api/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-icrc3-archive-api"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "bity icrc3 archive api"
55
edition = "2021"
66
license = "MIT"
@@ -23,5 +23,5 @@ hex = { workspace = true }
2323
serde_cbor = { workspace = true }
2424
minicbor = { workspace = true }
2525

26-
# bity-ic-types = "0.1.1"
27-
bity-ic-types = { path = "../types" }
26+
bity-ic-types = "0.1.2"
27+
# bity-ic-types = { path = "../types" }

src/icrc3_macros/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-icrc3-macros"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Icrc3 macros"
66
license = "MIT"
@@ -20,4 +20,4 @@ quote = { workspace = true }
2020
syn = { workspace = true, features = ["full"] }
2121
lazy_static = { workspace = true }
2222

23-
bity-ic-canister-time = "0.2.1"
23+
bity-ic-canister-time = "0.2.2"

src/subcanister_manager/Cargo.toml

Lines changed: 3 additions & 3 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.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "A library for managing sub-canisters on the Internet Computer"
66
license = "MIT"
@@ -19,6 +19,6 @@ canfund = "0.8.4"
1919
ic0 = { workspace = true }
2020
ic-management-canister-types = { workspace = true }
2121

22-
# bity-ic-utils = "0.2.1"
22+
bity-ic-utils = "0.2.2"
2323

24-
bity-ic-utils = { path = "../utils" }
24+
# bity-ic-utils = { path = "../utils" }

0 commit comments

Comments
 (0)