Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg authored Sep 9, 2023
1 parent 73fd12c commit 663ada1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changes/update-elk.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.5.0]

- [`b0a9483`](https://github.com/elk-zone/elk-native/commit/b0a9483afaaf789147ab77d2571e4f276ac291f8)([#40](https://github.com/elk-zone/elk-native/pull/40)) Update elk to [v0.10.1](https://github.com/elk-zone/elk/releases/tag/v0.10.1).

## \[0.4.0]

- Added menu items to open Privacy Policy and License.
Expand Down
12 changes: 9 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.4.0"
version = "0.5.0"
description = "A Tauri App"
authors = [ "you" ]
license = ""
Expand All @@ -10,12 +10,18 @@ edition = "2021"
rust-version = "1.59"

[build-dependencies]
tauri-build = { version = "1.4.0", features = [] }
tauri-build = { version = "1.4.0", features = [ ] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.2.4", features = ["shell-open", "updater", "window-maximize", "window-start-dragging", "window-unmaximize"] }
tauri = { version = "1.2.4", features = [
"shell-open",
"updater",
"window-maximize",
"window-start-dragging",
"window-unmaximize"
] }
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev", features = [ "colored" ] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
Expand Down

0 comments on commit 663ada1

Please sign in to comment.