mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
* refactor: adjust extension code hierarchy In this commit, I refactored the extension code structure. * We can only install third-party extensions so the `store.rs` file should belong to the `third_party` directory. * Move tauri command `uninstall_extension()` to `extension/mod.rs` from `third_party.rs` since one can uninstall an extension regardless of how you installed it. * Refactor the `install_extension_from_store()` function, add more descriptive code comments. Also, a trivial change, bump Rust toolchain and edition to use the [let-chains](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/#let-chains) syntax. * chore: release notes
2 lines
42 B
TOML
2 lines
42 B
TOML
[toolchain]
|
|
channel = "nightly-2025-06-26" |