Skip to content

Commit

Permalink
fix: toml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 010748e commit 159a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ app_dirs2 = "2.5.5"
clap = "4.5.21"
futures-macro = "0.3.31"
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
rusqlite = { version = "0.32.1", features = ["bundled"]
rusqlite = { version = "0.32.1", features = ["bundled"] }
thiserror = "2.0.3"

0 comments on commit 159a4f3

Please sign in to comment.