feat: change packer dependency version restrictions
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user