Skip to content

Commit

Permalink
Merge branch 'master' into spofford/deploy-output
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Feb 11, 2025
2 parents cef5f92 + 56d78c6 commit ae7c3b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ candid = "0.10.11"
candid_parser = "0.1.4"
dfx-core = { path = "src/dfx-core", version = "0.1.0" }
ic-agent = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.21.0" }
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.22.0" }
ic-cdk = "0.13.1"
ic-identity-hsm = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }
ic-utils = { version = "0.39", git = "https://github.com/dfinity/agent-rs", rev = "9ebf6314ce2fcb36772c7d81d6d414b4628d6101" }
Expand Down
2 changes: 1 addition & 1 deletion src/canisters/frontend/ic-asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-asset"
version = "0.21.0"
version = "0.22.0"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
9 changes: 7 additions & 2 deletions src/canisters/frontend/icx-asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icx-asset"
version = "0.21.0"
version = "0.22.0"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -15,7 +15,12 @@ keywords = ["internet-computer", "agent", "icp", "dfinity", "asset"]
anstyle.workspace = true
anyhow.workspace = true
candid = { workspace = true }
clap = { workspace = true, features = ["derive", "cargo", "unstable-styles", "wrap_help" ] }
clap = { workspace = true, features = [
"derive",
"cargo",
"unstable-styles",
"wrap_help",
] }
delay = "0.3.1"
humantime.workspace = true
ic-agent = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/dfx/src/commands/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ fn warn_upgrade(log: &Logger, latest_version: Option<&Version>, current_version:

warn!(
log,
"\nYou are strongly encouraged to upgrade by running 'dfx upgrade'!"
"\nYou are strongly encouraged to upgrade by running 'dfxvm update'!"
);
}

Expand Down

0 comments on commit ae7c3b5

Please sign in to comment.