Skip to content

Releases: alexheretic/single-value-channel

1.2.2

21 Feb 12:03
5b5f244
Compare
Choose a tag to compare
  • Updater<T> now implements Clone regardless of T.
  • NoReceiverError<T> now implements Display & Error.

1.2.1

26 Aug 08:26
d744996
Compare
Choose a tag to compare
  • NoReceiverError<T> now implements Debug regardless of T.

1.2

04 Apr 14:04
b511c23
Compare
Choose a tag to compare
1.2
  • Add function Receiver::has_no_updater.