Skip to content

Upgrade 743accbe #112

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 3 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.5.0

support substrate 3.0.0. tested with paritytech/substrate@743accbe3256de2fc615adcaa3ab03ebdbbb4dbd

depend on substrate git without pinning a revision. use `cargo` to select a revision:

```
# may need to do twice!
cargo update -p sp-std --precise 743accbe3256de2fc615adcaa3ab03ebdbbb4dbd
cargo update -p sp-std --precise 743accbe3256de2fc615adcaa3ab03ebdbbb4dbd
```
Loading