Skip to content

Commit

Permalink
Merge pull request #14 from MassivDash/main
Browse files Browse the repository at this point in the history
0.9.2
  • Loading branch information
MassivDash authored Mar 11, 2023
2 parents 66aa618 + e26619a commit 79fd000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri = { version = "1.2.3", features = ["api-all"] }
aws-config = "0.53.0"
aws-sdk-s3 = "0.23.0"
tokio-stream = "0.1.11"
tokio = { version = "1.23.1", features = ["full", "macros"] }
tokio = { version = "1.24.2", features = ["full", "macros"] }

cached = "0.42.0"
thiserror = "1.0.37"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "S3 Manager",
"version": "0.9.1"
"version": "0.9.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 79fd000

Please sign in to comment.