You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change introduces a new method, `Dependency::serialized` which replaces the direct `Serialize` implementation on `Dependency`.
This matches the pattern used by `Package` with its `Package::serialized`, and will enable us to influence the serialization format with additional arguments.
I replaced borrowed types in `SerializedDependency` with owned variants to satisfy the borrow checker.
This matches `SerializedPackage` and shouldn't be an issue since `Dependency` is cheap to copy.
0 commit comments