Skip to content

Commit 52bb3e2

Browse files
committed
bump versions
1 parent 6a14c43 commit 52bb3e2

File tree

4 files changed

+59
-29
lines changed

4 files changed

+59
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
"src/icrc3_canisters/canisters/icrc3_archive/impl",
2121
# "src/icrc3_canisters/integration_testing",
2222
"src/icrc3_macros",
23-
# "src/icrc3",
23+
"src/icrc3",
2424
"src/icrc3_archive_api",
2525
"src/icrc3_archive_c2c_client",
2626
"src/icrc3_c2c_client",

src/icrc3/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ hex = { workspace = true }
3333
sha2 = { workspace = true }
3434
anyhow = { workspace = true }
3535

36-
bity-ic-canister-time = "0.2.0"
37-
bity-ic-types = "0.1.1"
38-
bity-ic-utils = "0.2.0"
39-
bity-ic-subcanister-manager = "0.3.1"
36+
bity-ic-canister-time = "0.2.2"
37+
bity-ic-types = "0.1.2"
38+
bity-ic-utils = "0.2.2"
39+
bity-ic-subcanister-manager = "0.3.4"
4040
bity-ic-icrc3-archive-api = "0.3.2"
41-
bity-ic-icrc3-archive-c2c-client = "0.3.1"
41+
bity-ic-icrc3-archive-c2c-client = "0.3.2"
4242

4343
# bity-ic-canister-time = { path = "../canister_time" }
4444
# bity-ic-types = { path = "../types" }

src/icrc3_canisters/canisters/icrc3_example/impl/Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ ic0 = { workspace = true }
2020
serde_bytes = { workspace = true }
2121
lazy_static = { workspace = true }
2222

23-
# bity-ic-canister-logger = { workspace = true }
24-
# bity-ic-canister-state-macros = { workspace = true }
25-
# bity-ic-canister-tracing-macros = { workspace = true }
26-
# bity-ic-canister-time = { workspace = true }
27-
# bity-ic-serializer = { workspace = true }
28-
# bity-ic-stable-memory = { workspace = true }
29-
# bity-ic-types ={ workspace = true }
30-
# bity-ic-utils = { workspace = true }
31-
# icrc3-example-api = { workspace = true }
32-
# bity-ic-icrc3 = { workspace = true }
33-
# bity-ic-icrc3-macros = { workspace = true }
34-
35-
bity-ic-canister-logger = { path = "../../../../canister_logger" }
36-
bity-ic-canister-state-macros = { path = "../../../../canister_state_macros" }
37-
bity-ic-canister-tracing-macros = { path = "../../../../canister_tracing_macros" }
38-
bity-ic-canister-time = { path = "../../../../canister_time" }
39-
bity-ic-serializer = { path = "../../../../serializer" }
40-
bity-ic-stable-memory = { path = "../../../../stable_memory" }
41-
bity-ic-types ={ path = "../../../../types" }
42-
bity-ic-utils = { path = "../../../../utils" }
23+
bity-ic-canister-logger = "0.2.1"
24+
bity-ic-canister-state-macros = "0.2.2"
25+
bity-ic-canister-tracing-macros = "0.1.1"
26+
bity-ic-canister-time = "0.2.2"
27+
bity-ic-serializer = "0.1.1"
28+
bity-ic-stable-memory = "0.2.2"
29+
bity-ic-types = "0.1.2"
30+
bity-ic-utils = "0.2.2"
4331
icrc3-example-api = { path = "../api" }
44-
bity-ic-icrc3 = { path = "../../../../icrc3" }
45-
bity-ic-icrc3-macros = { path = "../../../../icrc3_macros" }
32+
bity-ic-icrc3 = "0.5.0"
33+
bity-ic-icrc3-macros = "0.3.4"
34+
35+
# bity-ic-canister-logger = { path = "../../../../canister_logger" }
36+
# bity-ic-canister-state-macros = { path = "../../../../canister_state_macros" }
37+
# bity-ic-canister-tracing-macros = { path = "../../../../canister_tracing_macros" }
38+
# bity-ic-canister-time = { path = "../../../../canister_time" }
39+
# bity-ic-serializer = { path = "../../../../serializer" }
40+
# bity-ic-stable-memory = { path = "../../../../stable_memory" }
41+
# bity-ic-types ={ path = "../../../../types" }
42+
# bity-ic-utils = { path = "../../../../utils" }
43+
# icrc3-example-api = { path = "../api" }
44+
# bity-ic-icrc3 = { path = "../../../../icrc3" }
45+
# bity-ic-icrc3-macros = { path = "../../../../icrc3_macros" }

0 commit comments

Comments
 (0)