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

Conversation

mzabaluev
Copy link
Contributor

@mzabaluev mzabaluev commented Dec 8, 2021

Fixes: #1047

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.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Added entry in .changelog/

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 mzabaluev added dependencies Pull requests that update a dependency file critical labels Dec 8, 2021
@mzabaluev mzabaluev marked this pull request as draft December 8, 2021 13:38
@mzabaluev mzabaluev marked this pull request as ready for review December 8, 2021 13:43
@mzabaluev mzabaluev added the ibc Required by IBC label Dec 8, 2021
@mzabaluev
Copy link
Contributor Author

Weirdly, the two CI failures are due to two different tools failing installation over the network. These do not seem related to the change.

@thanethomson thanethomson merged commit dbdb71c into v0.23.x Dec 8, 2021
@thanethomson thanethomson deleted the mikhail/v0.23.x/roll-back-time branch December 8, 2021 17:14
thanethomson added a commit that referenced this pull request Dec 8, 2021
Signed-off-by: Thane Thomson <connect@thanethomson.com>
@mzabaluev mzabaluev mentioned this pull request Dec 9, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical dependencies Pull requests that update a dependency file ibc Required by IBC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants