File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [0.2.4] - 2023-08-09
5
+
6
+ ### Bug Fixes
7
+
8
+ - Docsrs config
9
+
4
10
## [0.2.3] - 2023-08-08
5
11
6
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-dropper-derive"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
repository = " https://github.com/t3hmrman/async-dropper"
5
5
license = " MIT"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ futures.workspace = true
52
52
async-trait.workspace = true
53
53
# NOTE: version has to be removed if doing local dev with unpublished versions
54
54
# cargo does *not* ignore the version and opt for path
55
- async-dropper-derive = { path = " ../async-dropper-derive" , version = " 0.2.3 " }
55
+ async-dropper-derive = { path = " ../async-dropper-derive" , version = " 0.2.4 " }
56
56
async-dropper-simple = { path = " ../async-dropper-simple" , version = " 0.2.2" }
57
57
58
58
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments