Skip to content

Commit

Permalink
Update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanthoor committed Dec 28, 2023
1 parent 54a6927 commit b731ee8
Show file tree
Hide file tree
Showing 51 changed files with 248 additions and 216 deletions.
240 changes: 92 additions & 148 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic-alpha"
version = "3.0.3"
version = "3.0.4"
authors = ["Marcel Vanthoor"]
edition = "2021"

Expand All @@ -11,9 +11,9 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rand_core = "0.6.4"
rand_chacha = "0.3.1"
if_chain = "1.0.2"
clap = "4.1.14"
crossbeam-channel = "0.5.7"
crossbeam-utils = "0.8.15"
clap = "4.4.11"
crossbeam-channel = "0.5.10"
crossbeam-utils = "0.8.18"


[features]
Expand All @@ -39,4 +39,4 @@ debug = false
rpath = false
debug-assertions = false
incremental = false
overflow-checks = false
overflow-checks = false
Loading

0 comments on commit b731ee8

Please sign in to comment.