Conversation
|
The CI pipeline was cancelled due to failure one of the required jobs. |
| } | ||
| } | ||
|
|
||
| #[api_version(99)] |
There was a problem hiding this comment.
This is a problem. We can not have a release with version 99. We have to pick a proper version, which has consequences (which should be fine): We have to release this API next in production. We can then no longer release any other new functionality without also releasing async backing.
There was a problem hiding this comment.
To be more correct: We have to determine now what the next version is exactly. By making it no longer 99, this version is stable and must no longer be changed/modified in any way without bumping the version again.
There was a problem hiding this comment.
What we need is a way to stabilize the API version without automatically upgrading all runtimes to it
|
Closing in favor of #1543. |
This enables async backing in the Rococo runtime.
Requires #1543 and #1542.