Skip to content

Commit

Permalink
chore: bump dependencies & improve doc tests (#484)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lwshang authored Apr 22, 2024
1 parent 28f6571 commit a8ae9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub(crate) struct UpdateSettingsArgumentExtended {
pub sender_canister_version: Option<u64>,
}

/// 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,
)]
Expand Down

0 comments on commit a8ae9fe

Please sign in to comment.