Skip to content

Commit cd7edb4

Browse files
committed
Small Tweaks
1 parent 692c4df commit cd7edb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sea-orm-sync/src/executor/insert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ where
311311

312312
/// Alias to [`InsertMany::exec_with_returning`].
313313
#[deprecated(
314-
since = "1.2.0",
314+
since = "2.0.0",
315315
note = "Please use [`InsertMany::exec_with_returning`]"
316316
)]
317317
pub fn exec_with_returning_many<C>(

src/executor/insert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ where
319319

320320
/// Alias to [`InsertMany::exec_with_returning`].
321321
#[deprecated(
322-
since = "1.2.0",
322+
since = "2.0.0",
323323
note = "Please use [`InsertMany::exec_with_returning`]"
324324
)]
325325
pub async fn exec_with_returning_many<C>(

0 commit comments

Comments
 (0)