Skip to content

Commit 0a8cd2e

Browse files
Release ic-asset 0.22 (#4106)
1 parent a0e7647 commit 0a8cd2e

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ candid = "0.10.11"
2323
candid_parser = "0.1.4"
2424
dfx-core = { path = "src/dfx-core", version = "0.1.0" }
2525
ic-agent = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }
26-
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.21.0" }
26+
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.22.0" }
2727
ic-cdk = "0.13.1"
2828
ic-identity-hsm = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }
2929
ic-utils = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }

src/canisters/frontend/ic-asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-asset"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

src/canisters/frontend/icx-asset/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icx-asset"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true
@@ -15,7 +15,12 @@ keywords = ["internet-computer", "agent", "icp", "dfinity", "asset"]
1515
anstyle.workspace = true
1616
anyhow.workspace = true
1717
candid = { workspace = true }
18-
clap = { workspace = true, features = ["derive", "cargo", "unstable-styles", "wrap_help" ] }
18+
clap = { workspace = true, features = [
19+
"derive",
20+
"cargo",
21+
"unstable-styles",
22+
"wrap_help",
23+
] }
1924
delay = "0.3.1"
2025
humantime.workspace = true
2126
ic-agent = { workspace = true }

0 commit comments

Comments
 (0)