Skip to content
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

Roll back time-rs dependency and remove methods that require version 0.3.5 #1048

Merged
merged 2 commits into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. Relax dependency on time 0.3

    Do not require time 0.3.5, because ibc-rs has another dependency that
    pins time at =0.3.2.
    
    This means the recently added methods Time::checked_add and
    Time::checked_sub have to be removed. Fortunately, they haven't made it
    into a 0.23.x release yet.
    mzabaluev committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e39eef1 View commit details
    Browse the repository at this point in the history
  2. Updated changelog for #1048

    mzabaluev committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    37a7ff9 View commit details
    Browse the repository at this point in the history