chore: change MSRV to 1.77.2 to support Windows 7 (#1873)

* chore: change MSRV to 1.77.2 to support Windows 7

* fmt
This commit is contained in:
Lucas Fernandes Nogueira
2024-10-03 10:31:13 -03:00
committed by GitHub
parent dc49de5341
commit a1a82208ed
34 changed files with 86 additions and 52 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
_This repo and all plugins require a Rust version of at least **1.78**_
_This repo and all plugins require a Rust version of at least **1.77.2**_
## Contributing