contentauth / c2pa-node

Node.js bindings for C2PA
MIT License
13 stars 10 forks source link

Pin time crate version #77

Closed tmathern closed 2 months ago

tmathern commented 2 months ago

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 to Cargo.toml will make sure that we resolve at least this version through our dependencies.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

tmathern commented 2 months ago

Closing in favor of https://github.com/contentauth/c2pa-node/pull/78