mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
255 B
255 B
tauri | tauri-runtime | tauri-runtime-wry |
---|---|---|
patch | minor | minor |
Breaking: Context
fields are now private, and is expected to be created through Context::new(...)
.
All fields previously available through Context
are now public methods.