Skip to content

Commit

Permalink
deprecation note for the api/call module
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 15, 2025
1 parent 6b30db8 commit 7f6b3c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ic-cdk/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
use candid::Principal;
use std::{convert::TryFrom, num::NonZeroU64};

#[doc(hidden)]
#[deprecated(
since = "0.18.0",
note = "The `api::call` module is deprecated. Individual items within this module have their own deprecation notices with specific migration guidance."
)]
pub mod call;
pub mod management_canister;
#[doc(hidden)]
Expand Down

0 comments on commit 7f6b3c6

Please sign in to comment.