Skip to content

Commit

Permalink
make 1.3.5 release with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markusdd committed Dec 30, 2024
1 parent df896ff commit ad0bdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tempfile = "3.14.0"
glob = "0.3.2"
arboard = "3.4.1"
once_cell = "1.20.2" # we only indirectly depend on it but without explicit selection build fails
nix = { version = "0.29.0", features = ["fs"] } # we only indirectly depend on it but without explicit selection build fails


# You only need serde if you want app persistence:
Expand Down

0 comments on commit ad0bdca

Please sign in to comment.