publish new versions

This commit is contained in:
github-actions[bot]
2026-06-11 13:05:59 +00:00
committed by GitHub
parent 4be7690085
commit 5a2c263ae6
13 changed files with 30 additions and 22 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.45]
### Dependencies
- Upgraded to `log@2.8.1`
## \[2.0.44]
### Dependencies
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "api"
publish = false
version = "2.0.44"
version = "2.0.45"
description = "An example Tauri Application showcasing the api"
edition = "2021"
rust-version = { workspace = true }
@@ -20,7 +20,7 @@ serde = { workspace = true }
tiny_http = "0.12"
time = "0.3"
log = { workspace = true }
tauri-plugin-log = { path = "../../../plugins/log", version = "2.8.0" }
tauri-plugin-log = { path = "../../../plugins/log", version = "2.8.1" }
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.5.1", features = [
"watch",
] }