Feel-ix-343 / markdown-oxide

PKM for the LSP
https://oxide.md
GNU General Public License v3.0
940 stars 15 forks source link

Build failure on stable rust release channel #141

Closed photosheep closed 2 months ago

photosheep commented 3 months ago

I've been maintaining this in a personal OBS repo and have run into issues building since 0.0.19. I'm not sure if this is something that can be fixed trivially, since async_closure is an unstable feature.

Relevant failure.

[   78s] error[E0554]: `#![feature]` may not be used on the stable release channel

Full build log -- build.log

Feel-ix-343 commented 3 months ago

Hey!

The answer is to use rust nightly.

Are you able to do this, if not, I can come up with something else - a different branch or version without the async closure.

photosheep commented 3 months ago

Unfortunately, I couldn't for a package I ship for the repo. If it isn't too much work, it would be very appreciated!

Feel-ix-343 commented 2 months ago

let me know!

photosheep commented 2 months ago

Sorry for the delay in response. I applied that commit as a patch over the current release and it worked wonderfully. Thank you so much!

Feel-ix-343 commented 2 months ago

Perfect!