Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jan 15, 2025
1 parent 74b8a69 commit d16d438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdre-stubborn-io"
version = "0.5.14"
version = "0.5.15"
authors = ["David Raifaizen <[email protected]>", "Fred Clausen"]
edition = "2021"
description = "Forked from https://github.com/craftytrickster/stubborn-io. io traits/structs that automatically recover from potential disconnections/interruptions."
Expand All @@ -16,6 +16,6 @@ log = "0.4.25"
rand = "0.8.5"

[dev-dependencies]
tokio = { version = "1.42.0", features = ["macros", "rt", "fs", "io-util"] }
tokio = { version = "1.43.0", features = ["macros", "rt", "fs", "io-util"] }
tokio-util = { version = "0.7.13", features = ["codec"] }
futures = "0.3.31"

0 comments on commit d16d438

Please sign in to comment.