Skip to content

Commit eac6a8e

Browse files
committed
bump versions
1 parent 52bb3e2 commit eac6a8e

File tree

4 files changed

+16
-66
lines changed

4 files changed

+16
-66
lines changed

Cargo.lock

Lines changed: 13 additions & 63 deletions
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
@@ -23,7 +23,7 @@ members = [
2323
"src/icrc3",
2424
"src/icrc3_archive_api",
2525
"src/icrc3_archive_c2c_client",
26-
"src/icrc3_c2c_client",
26+
# "src/icrc3_c2c_client",
2727
]
2828

2929
[profile.release]

src/icrc3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bity-ic-types = "0.1.2"
3838
bity-ic-utils = "0.2.2"
3939
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.2"
41+
bity-ic-icrc3-archive-c2c-client = "0.3.3"
4242

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

src/icrc3_c2c_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ candid = { workspace = true }
1818
serde = { workspace = true }
1919

2020
bity-ic-canister-client = "0.2.5"
21-
bity-ic-icrc3 = "0.4.9" # TODO
21+
bity-ic-icrc3 = "0.5.0" # TODO
2222
bity-ic-types = "0.1.2"
2323

2424
# bity-ic-canister-client = { path = "../canister_client" }

0 commit comments

Comments
 (0)