Skip to content

Commit

Permalink
Reads now get updates from the current session
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba committed Aug 8, 2024
1 parent 398e6f7 commit ebacac3
Show file tree
Hide file tree
Showing 5 changed files with 456 additions and 44 deletions.
89 changes: 89 additions & 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 @@ -19,3 +19,4 @@ debug = true
[dev-dependencies]
pretty_assertions = "1.4.0"
proptest = "1.0.0"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "macros"] }
Loading

0 comments on commit ebacac3

Please sign in to comment.