Skip to content

Commit

Permalink
* Refactored error handling yet again
Browse files Browse the repository at this point in the history
* Changed backed up file list sort
  • Loading branch information
mmponn committed Jan 4, 2022
1 parent 382e185 commit b2e9123
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 138 deletions.
58 changes: 57 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "valbak"
version = "0.1.0"
version = "0.1.1"
edition = "2018"

[profile.dev]
Expand All @@ -14,6 +14,7 @@ panic="abort"
panic="abort"

[dependencies]
parking_lot = "0.11.2"
fltk = { version = "^1.2", features = ["fltk-bundled"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
Expand Down
Loading

0 comments on commit b2e9123

Please sign in to comment.