Steve Heindel

Results 28 comments of Steve Heindel

Addressed the confusion with https://github.com/rust-lang/rust/pull/102123

Agree, will close. If anyone feels there's more to do we can re-open.

Sorry for the delay, this looks good to me. I see we let the CI checks decay a bit - let me fix these failures separately since it's unrelated to...

I merged a fix for the CI failures. If you merge/rebase master it should work now.

Meh not sure what's going on with the nightly build failures. Rather than continue trying to resolve that all here I'll merge as is. As a note for myself in...

I think the goal was just to replace any use of pre-1.0.0 embedded-hal with 1.0.0 A quick look shows the embedded hal is only explicitly used in the blackpill example...

Yeah it doesn't seem to work, I assumed the cargo dependency resolver would allow different versions for each target but I guess that's not the case. I think it's the...

Looks good to me, I'd like to get the CI running before we merge (need to rebase/merge latest master).

Same as #64, I'll merge this and deal with the CI later to move it along. Thanks!

Sorry for the delay in getting to this! I think it's a great point and it makes sense that if you're giving a value to the queue that it could...