-
Notifications
You must be signed in to change notification settings - Fork 97
Release 3.7.3 #690
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
Release 3.7.3 #690
Conversation
|
Ok I will release |
|
published |
|
Thanks for the fix. But with 3.7.3 some Substrate deps now fail: |
|
Yes I guess we can fix it with: diff --git a/derive/src/max_encoded_len.rs b/derive/src/max_encoded_len.rs
index 8a592e1..2b60963 100644
--- a/derive/src/max_encoded_len.rs
+++ b/derive/src/max_encoded_len.rs
@@ -44,7 +44,7 @@ pub fn derive_max_encoded_len(input: proc_macro::TokenStream) -> proc_macro::Tok
None,
has_dumb_trait_bound(&input.attrs),
&crate_path,
- false,
+ true,
) {
return e.to_compile_error().into();
} |
|
@gui1117 Okay, are you yanking + doing a follow-up release? |
|
@cmichi yes, I yanked |
|
Yes, agree. Sorry about that. I actually did compile |
My guess is that only parity-scale-codec was updated, but still using parity-scale-codec-derive version 3.6.x It happened to me. Also I think we can make parity-scale-codec depends on parity-scale-codec-derive of the same version maybe? Not sure. |
I noticed the same thing yesterday. @serban300 I also believe this is why your compilation still worked. The |
|
We could try to move this repos release responsibility formally to the Release team once it is staffed up. We should for sure have some CI that checks the compilation against the SDK before we publish it. |
|
@cmichi all the backwards incompatibility issues should have been fixed and we're ready to release Also it polkadot-sdk was compiled with it: paritytech/polkadot-sdk#7417 Do you have any other repo we could try to compile with it ? |

let's release @serban300