ferreira-tb / tauri-plugin-prevent-default

Disable default browser shortcuts
https://docs.rs/tauri-plugin-prevent-default
MIT License
20 stars 0 forks source link

Downgrade Minimum Supported Rust Version to 1.77.2 for Compatibility with Windows 7 #15

Closed zsman0520 closed 12 hours ago

zsman0520 commented 13 hours ago

Currently, the minimum supported Rust version for Tauri 2 is 1.77.2, which works on Windows 7. However, when using Rust version 1.78, the application crashes upon launch. Could you please consider downgrading the minimum Rust version to 1.77.2 to maintain compatibility with Windows 7?

Thank you for your attention to this matter.

ferreira-tb commented 12 hours ago

That’s definitely something we can (and should) do. I’ll release a patch to address this.

ferreira-tb commented 12 hours ago

Related: https://github.com/tauri-apps/tauri/pull/11205