Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffrs uses [tokio::fs::try_exists](https://docs.rs/tokio/1.26.0/tokio/fs/fn.try_exists.html) which was only added in tokio v1.26.0. Not pinning it might result in compilation errors if buffrs is used programmatically in projects with a lower tokio version dependency.
- Loading branch information