mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
build: Update pnpm to v9 (#1309)
* build: Update pnpm to v9 * update actions * remove last actions-rs usage * clippy * clippy again * revert default feature
This commit is contained in:
@@ -65,10 +65,10 @@ pub(crate) async fn check<R: Runtime>(
|
||||
let mut metadata = Metadata::default();
|
||||
if let Some(update) = update {
|
||||
metadata.available = true;
|
||||
metadata.current_version = update.current_version.clone();
|
||||
metadata.version = update.version.clone();
|
||||
metadata.current_version.clone_from(&update.current_version);
|
||||
metadata.version.clone_from(&update.version);
|
||||
metadata.date = update.date.map(|d| d.to_string());
|
||||
metadata.body = update.body.clone();
|
||||
metadata.body.clone_from(&update.body);
|
||||
metadata.rid = Some(webview.resources_table().add(update));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user