File: CHANGELOG.md

package info (click to toggle)
rust-async-dup 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Version 1.2.4

- Use the `async-lock` crate as the locking mechanism. (#14)

# Version 1.2.3

- Remove the unnecessary `simple-mutex` dependency. (#10)

# Version 1.2.2

- Fix typos in the docs.

# Version 1.2.1

- Forbid unsafe code.

# Version 1.2.0

- Make the inner `std::sync::Arc` public.

# Version 1.1.0

- Implement `AsyncSeek` for `Arc`, `Mutex`, and `&Mutex`.

# Version 1.0.1

- Fix failing tests.

# Version 1.0.0

- Initial version