From a8ae9fed161667516bf39680b5c979688c57ad27 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Mon, 22 Apr 2024 10:31:44 -0400 Subject: [PATCH] chore: bump dependencies & improve doc tests (#484) * upgrade syn to v2 * move macros doc to ic-cdk for doc-tests * fix doc links * ci: add doc step which fail on warnings * fix cache key * bump dependency if major outdated --- main/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/types.rs b/main/types.rs index fd047f7352c..ac185fa0193 100644 --- a/main/types.rs +++ b/main/types.rs @@ -102,7 +102,7 @@ pub(crate) struct UpdateSettingsArgumentExtended { pub sender_canister_version: Option, } -/// Argument type of [update_chunk](super::update_chunk). +/// Argument type of [update_chunk](super::upload_chunk). #[derive( CandidType, Serialize, Deserialize, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, )]