Skip to content

Commit 3f14e4f

Browse files
committed
release: async-dropper-derive v0.2.4
1 parent a86e71b commit 3f14e4f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

crates/async-dropper-derive/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.2.4] - 2023-08-09
5+
6+
### Bug Fixes
7+
8+
- Docsrs config
9+
410
## [0.2.3] - 2023-08-08
511

612
### Bug Fixes

crates/async-dropper-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-dropper-derive"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
repository = "https://github.com/t3hmrman/async-dropper"
55
license = "MIT"
66
readme = "README.md"

crates/async-dropper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ futures.workspace = true
5252
async-trait.workspace = true
5353
# NOTE: version has to be removed if doing local dev with unpublished versions
5454
# 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" }
5656
async-dropper-simple = { path = "../async-dropper-simple", version = "0.2.2" }
5757

5858
[dev-dependencies]

0 commit comments

Comments
 (0)