Skip to content

Bump time dependency to 0.3 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Bump time dependency to 0.3 #22

merged 2 commits into from
Aug 13, 2023

Conversation

jelmer
Copy link

@jelmer jelmer commented Aug 13, 2023

Bump time dependency to 0.3

@progval
Copy link
Owner

progval commented Aug 13, 2023

Could you add this to .github/workflows/ci.yml in order to fix the build on Rust 1.63.0?

      - name: downgrade 'time' for Rust 1.63.0
        uses: actions-rs/cargo@v1
        with:
          command: update
          args: --package time --precise 0.3.20
        if: ${{ matrix.features == '1.63.0' }}

as a workaround for rust-lang/cargo#9930

(not tested)

@jelmer
Copy link
Author

jelmer commented Aug 13, 2023

makes sense; done

@jelmer jelmer force-pushed the bump-time branch 2 times, most recently from c754c4c to 3a39e11 Compare August 13, 2023 13:52
@progval
Copy link
Owner

progval commented Aug 13, 2023

Thanks again! I'll push a release in a bit

@progval progval merged commit 9e16a09 into progval:master Aug 13, 2023
@progval
Copy link
Owner

progval commented Aug 13, 2023

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants