Closed tmathern closed 2 months ago
Latest commit: 6e661997ff1c10a8142fffce84b52bc41b58a11a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Closing in favor of https://github.com/contentauth/c2pa-node/pull/78
Pin time crate version to make sure build on main still works.
Rust 1.80.0 has a breaking change that causes compile errors with older versions of time. Updating to the newest version of time fixes the issue.
We don't depend directly on
time
, but adding this line toCargo.toml
will make sure that we resolve at least this version through our dependencies.