Kriskras99 commented on code in PR #577:
URL: https://github.com/apache/avro-rs/pull/577#discussion_r3564964803


##########
avro_test_helper/Cargo.toml:
##########
@@ -31,7 +31,7 @@ readme = "README.md"
 
 [dependencies]
 better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.11.1", features = ["dtor", 
"proc_macro"]  }
+linktime = { default-features = false, version = "0.18.0", features = ["ctor", 
"dtor", "proc_macro"]  }

Review Comment:
   It should have been, sorry about that. I just noticed that it was very 
outdated and tried to upgrade it, the noticed that the `dtor` feature was gone 
and the crate had a new collection crate called `linktime`.
   
   The `link-section` feature should be indeed disabled, I'll open up a PR to 
fix that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to