Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jan 27, 2024
1 parent 2bde670 commit ad1e7f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotfox"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
homepage = "https://github.com/Lunarequest/dotfox/"

Expand All @@ -11,9 +11,13 @@ clap = { version = "4.4.18", features = ["derive"] }
dirs = "5.0.1"
git2 = "0.18.1"
gpgme = { version = "0.11.0", features = ["v1_18"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
owo-colors = { version = "4.0.0", features = ["alloc", "supports-color", "supports-colors"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.112"
owo-colors = { version = "4.0.0", features = [
"alloc",
"supports-color",
"supports-colors",
] }
tabled = "0.15.0"
platform-info = "2.0.2"
anyhow = "1.0.79"
Expand Down

0 comments on commit ad1e7f7

Please sign in to comment.