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

bump dependencies and prepare for releases #118

Merged
merged 5 commits into from
Jan 5, 2021
Merged

bump dependencies and prepare for releases #118

merged 5 commits into from
Jan 5, 2021

Conversation

ordian
Copy link
Member

@ordian ordian commented Jan 5, 2021

We published a bunch of crates: https://github.com/paritytech/parity-common/releases

This is required in order to upgrade substrate.

@ordian ordian requested a review from cheme January 5, 2021 16:03
* master:
  Update env_logger requirement from 0.7 to 0.8 (#114)
@cheme
Copy link
Contributor

cheme commented Jan 5, 2021

I realized that I did not merge #111 , we don't have to merge it for this PR, but we also can (I think the base code did not change since the review).

@ordian
Copy link
Member Author

ordian commented Jan 5, 2021

@cheme good idea, let's merge #111 as well (after merge conflict is resolved)

@cheme
Copy link
Contributor

cheme commented Jan 5, 2021

yes, I am updating it (needs to update env logger version too)

* master:
  Split trie-db test in a different crate. (#111)
Copy link
Contributor

@cheme cheme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.22.2] - 2021-01-05
- Update `hashbrown` to 0.9. [#118](https://github.com/paritytech/trie/pull/118)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Update `hashbrown` to 0.9. [#118](https://github.com/paritytech/trie/pull/118)
- Update `hashbrown` to 0.9. [#118](https://github.com/paritytech/trie/pull/118)
- Externalize test to internal test crate. [#111](https://github.com/paritytech/trie/pull/111)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not observable for an external user.

@ordian ordian merged commit 62087d5 into master Jan 5, 2021
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