Fabian-Lars
Fabian-Lars
> Maybe it has something to do with my issue. https://github.com/tauri-apps/tauri/issues/8916 Unlikely, we have no control over how the webview connects to the server there at all so i assume...
> cc @FabianLars this will affect tauri-action, can you please give this a test We already have logic in place to read the cargo.toml file so this should be an...
We can (almost) never promise when something gets merged, but you can always use tauri from git if you can't wait for us :) (just replace dev/1.x with this PR's...
Does the toolchain file also support a plain "stable" channel. I already hear the screams when we raise our msrv too high x)
then i'd be heavily in favor of using that instead of a specific number. imo we have too many users that have no idea about cargo/rustup etc and don't want...
> using stable is the same as not having the file at all I believe Ah yeah maybe, hoped that it'd just auto update lol. > maybe i'm missing the...
> This might be related to 4316 Maybe, did you add the `data-tauri-drag-region` attribute the issue was talking about to your titlebar-ish element? Just making sure cause you didn't mention...
Ok so the fix seems to work but the publish still fails because it tries to rerelease the other packages too. I really need to sleep now tho so if...
When _exactly_ does this happen? When you start the app? When you execute a function? Can you share any code or even a minimal reproduction?
> Using files section makes it possible to bundle external binaries and their resources under individual folders. External binaries setting does not provide such flexibility. The `resources` feature does though...