Skip to content

Conversation

@jLynx
Copy link
Owner

@jLynx jLynx commented Jul 29, 2024

Created a PR on Tarui too

@jLynx
Copy link
Owner Author

jLynx commented Jul 29, 2024

error[E0277]: the trait bound `tauri::plugin::TauriPlugin<_, Option<tauri_plugin_sql::PluginConfig>>: Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not satisfied
    --> src/main.rs:43:17
     |
43   |         .plugin(tauri_plugin_sql::Builder::default().build())
     |          ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri::plugin::TauriPlugin<_, Option<tauri_plugin_sql::PluginConfig>>`
     |          |
     |          required by a bound introduced by this call
     |
     = help: the trait `Plugin<R>` is implemented for `TauriPlugin<R, C>`
note: required by a bound in `tauri::Builder::<R>::plugin`
    --> C:\Users\Joel\.cargo\git\checkouts\tauri-dad9270f672ffbf8\e79dc56\core\tauri\src\app.rs:1201:20
     |
1201 |   pub fn plugin<P: Plugin<R> + 'static>(mut self, plugin: P) -> Self {
     |                    ^^^^^^^^^ required by this bound in `Builder::<R>::plugin`

For more information about this error, try `rustc --explain E0277`.
error: could not compile `app` (bin "app") due to 1 previous error

image

anatawa12 and others added 3 commits July 29, 2024 12:58
* chore: emit rustc-check-cfg for rust 1.80

* build: add lints.rust.unexpected_cfgs to suppress false positive warnings
…ps#10300)

* fix(core): Return early in core.js if it's inside an iframe

* ipc.js
@jLynx
Copy link
Owner Author

jLynx commented Jul 30, 2024

Fixed, I had to patch it

[patch.crates-io]
tauri = { git = "https://github.com/jLynx/tauri", branch = "fix/mac_admin" }

jLynx and others added 24 commits July 31, 2024 10:50
…uri-apps#8411 (tauri-apps#10356)

* fix(core): fallback to file system for AssetResolver::get, closes tauri-apps#8411

Changes the AssetResolver::get implementation to fallback to reading the distDir directly when using the development mode pointing to a external URL (which is the way most people use the dev mode and means there's no embedded assets to pull from).

* fix clippy

* fix test

* clippy

* clippy2

* update time
* chore(deps) Update Tauri Core

* Update Cargo.toml

* up and comments

* update covector for comment support

* fix mock deprecation warnings

* Revert "fix mock deprecation warnings"

This reverts commit d49f022.

* downgrade mockito

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
* chore(deps) Update Tauri Bundler

* ci: Also check bundler and cli in msrv check

* fix

* 1

* 2

* 3

* msrv

* downgrade handlebars again

* x

* x

* x

* x

* x

* x

* this makes no sense

* srsly wtf

* me dumb dumb

* bufreader

* x

* x

* changefile

* fix permissions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
* chore(deps) Update Tauri CLI

* fix build

* fix msrv

* update lockfile

* revert api test

* lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
* chore(deps) Update Tauri CLI

* fix deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
* chore(deps) Update Tauri API Definitions

* fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* apply version updates

* use audit-ci

* fmt

---------

Co-authored-by: lucasfernog <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
)

* feat(updater): support updating using non-zipped files

* minor

* fix compilation

* clippy

* pass `/UPDATE` to NSIS installer on updates

* clippy

* revert user-agent change

* add v1 -> v2 migration e2e test

* fix npm exec on windows

* downgrade serial-test for msrv

* fix sig ext for nsis v2

* fix windows e2e test

* add lcense headers

* fix conflict on e2e test on windows [skip ci]

---------

Co-authored-by: Lucas Nogueira <[email protected]>
…apps#10966)

* refactor(updater/wix): launch app after update, maintain args

* change files
renovate bot and others added 30 commits January 5, 2025 11:17
…pps#12232)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <[email protected]>
…12234)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#12227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…uri-apps#12249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2245)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… to v43 (1.x) (tauri-apps#12250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#12261)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pps#12306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#12320)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…auri-apps#12387)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pps#12390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pps#12414)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…12413)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…apps#12489)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pps#12549)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants