Skip to content

Commit

Permalink
chore: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 24, 2022
1 parent 4273d36 commit fe0c7f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

10 changes: 2 additions & 8 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = "src/build.rs"
include = [ "**/*.rs" ]

[build-dependencies]
tauri-build = { version = "1.0.0-rc.4", features = [ ] }
tauri-build = { version = "1.0.0-rc.4", features = [] }

[dependencies]
r2d2 = "0.8"
Expand All @@ -26,13 +26,7 @@ hotwatch = "0.4"
tokio = { version = "1.17", features = [ "full" ] }
hyper = { version = "0.14", features = [ "server", "http1", "http2", "tcp" ] }
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-rc.4", features = [
"dialog-open",
"fs-read-file",
"path-all",
"protocol-asset",
"shell-open"
] }
tauri = { version = "1.0.0-rc.4", features = ["dialog-open", "fs-read-file", "path-all", "protocol-asset", "shell-open"] }

[dependencies.rusqlite]
version = "0.27"
Expand Down

0 comments on commit fe0c7f9

Please sign in to comment.