feat: change packer dependency version restrictions

This commit is contained in:
2026-08-17 15:51:09 +08:00
parent 40fee18194
commit b9e9039c83
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ macro_rules! set_out_param {
///
/// - `Result<T>` -- a type alias for `core::result::Result<T, UserError>`.
/// - `UserError` -- the project's error type, which must implement [`Display`] and
/// `From<UserError> for `[`CError`](crate::last_error::CError)` so it can be handed to
/// `From<UserError>` for `[`CError`](crate::last_error::CError)` so it can be handed to
/// [`set_last_error`](crate::last_error::set_last_error).
///
/// On success the wrapper clears the thread-local last error and yields