Graviton-Code-Editor / Graviton-App

🚀 A modern-looking Code Editor
https://graviton.netlify.app
MIT License
1.16k stars 126 forks source link

Version bump to cargo and build docs #307

Closed jeff-hykin closed 2 years ago

jeff-hykin commented 2 years ago

As per: https://github.com/tauri-apps/tauri-action/issues/242

marc2332 commented 2 years ago

Failed because of another error, but, just to be sure, I will wait until I figure out why it's not working now.

marc2332 commented 2 years ago

Turns out the error is related to a breaking change on rust's side, so, imma merge this and fix it later. Thank you Jeff :))

jeff-hykin commented 2 years ago

Welcome!

Also I've been getting everything working in a Nixpkg env, which for Mac and Linux is more strict and has less overhead than a Docker env. So whenever I can get the tests to pass locally I can make a PR.

(It'll prevent stuff like that rust breaking change)

marc2332 commented 2 years ago

Welcome!

Also I've been getting everything working in a Nixpkg env, which for Mac and Linux is more strict and has less overhead than a Docker env. So whenever I can get the tests to pass locally I can make a PR.

(It'll prevent stuff like that rust breaking change)

It's oki, I already fixed the tests on https://github.com/Graviton-Code-Editor/Graviton-App/commit/59338f1e268ec979a30d5ac1cbe5f0845d407920 :D