Commit 19e4945
Relax tokio versioning as per #114.
Note that as per [Cargo docs on dependency version
requirements](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#default-requirements),
specifying `tokio 1.45` here allows for any 1.x versions greater than,
or equal to 1.45.
We can lower this if necessary to also support older 1.x versions, but
it would require testing first.
We would only need to update the version in Cargo.toml in case of major
version (tokio 2.0) or if we introduce changes requiring a newer minor
version.
Co-authored-by: Isaiah Inuwa <isaiah.inuwa@gmail.com>
1 parent 2a07f94 commit 19e4945
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments