tm4c-hal icon indicating copy to clipboard operation
tm4c-hal copied to clipboard

Update PAC crates dependencies

Open dkm opened this issue 4 years ago • 6 comments

m-labs (owner of PAC crates) does not plan on publishing new version on crates.io and suggests using git instead. See: https://github.com/m-labs/dslite2svd/issues/13

Until a better solution is found, this patch uses latest version of crates.

dkm avatar Nov 29 '20 13:11 dkm

Thanks for the proposal but sadly it is not possible to publish a crate to crates.io that uses a git dependency for (not dev-) dependencies. See here.

eldruin avatar Nov 30 '20 08:11 eldruin

Oh... So, what are the possible solutions here ? Ask m-labs if they would be willing to transfer the ownership of the crates to rust-embedded-community ? I'm still learning but I would be willing to help if needed...

dkm avatar Nov 30 '20 08:11 dkm

Transferring would be a possibility, yes. I could help with review, publishing and so on. Furthermore, @thejpster is also part of this org.

eldruin avatar Nov 30 '20 09:11 eldruin

Ok, I can go ask upstream if you want, but I don't want to overstep, just let me know. There's not urgency :)

dkm avatar Nov 30 '20 09:11 dkm

Sure. Actually, I think it would be appropriate if you would ask them yourself. Technically you need to be a member of an org to transfer a repository to it so if they are interested, they can just transfer it to me and then I can transfer it to the org.

eldruin avatar Nov 30 '20 09:11 eldruin

We now have a fork of dslite2svd, and I've started an issue to discuss various improvements.

https://github.com/rust-embedded-community/dslite2svd/issues/1

thejpster avatar Dec 04 '20 08:12 thejpster

This has been done in #52

eldruin avatar Jul 05 '23 19:07 eldruin