Skip to content

Commit

Permalink
Merge branch 'main' into feature/channel-len
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw authored Apr 6, 2024
2 parents b425fb2 + b922903 commit 220eb87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<a name="v0.1.4"></a>
## v0.1.4 (2023-04-26)
## v0.1.4 (2023-05-01)

#### Features

* **blocking::mpsc:** add `Receiver::recv(_ref)_timeout` methods (#75) ([b57ce88a](https://github.com/hawkw/thingbuf/commit/b57ce88ac85cf71b363035249e27f1c91e65f372))

#### Bug Fixes

* **blocking::mpsc:** increase durations in doctests (#78) ([465fd3cb](https://github.com/hawkw/thingbuf/commit/465fd3cbcb411a4413f382afcdfab1e5d68f3a4a))

#### Features

* **blocking::mpsc:**
* add `Sender::send(_ref)_timeout` methods (#79) ([979ed6e8](https://github.com/hawkw/thingbuf/commit/979ed6e8d5ddc11e3d378e0a2829272d1c329624))
* add `Receiver::recv(_ref)_timeout` methods (#75) ([b57ce88a](https://github.com/hawkw/thingbuf/commit/b57ce88ac85cf71b363035249e27f1c91e65f372))


<a name="v0.1.3"></a>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.14.0", features = ["rt", "rt-multi-thread", "macros", "sy
futures-util = { version = "0.3", default-features = false }

[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.5.4", features = ["checkpoint", "futures"] }
loom = { version = "0.5.6", features = ["checkpoint", "futures"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["std", "fmt"] }
tracing = { version = "0.1", default-features = false, features = ["std"] }

Expand Down

0 comments on commit 220eb87

Please sign in to comment.