diff options
author | Matt Strapp <matt@mattstrapp.net> | 2025-03-16 01:06:05 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2025-03-16 01:06:05 -0500 |
commit | 5760a169f0350b5a468a55b536ce6232756c513b (patch) | |
tree | c3628a593cc16f7893ca9dd742415c1ddf49fbd6 | |
parent | README clarification (diff) | |
download | wwb-master.tar wwb-master.tar.gz wwb-master.tar.bz2 wwb-master.tar.lz wwb-master.tar.xz wwb-master.tar.zst wwb-master.zip |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | wwb/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wwb/Cargo.toml b/wwb/Cargo.toml index 484a39b..dc17870 100644 --- a/wwb/Cargo.toml +++ b/wwb/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -bincode = "=2.0.0-rc.3" +bincode = "=2.0.1" chrono = "0.4.39" ctrlc = "3.4.5" env_logger = "0.11.6" |