Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Feb 19, 2022
1 parent 4fbf53f commit 824ce76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 0.3.1

Fixed:

- fixed re-export of `async-trait` if `axum-server` feature is not enabled 😫

## Release 0.3.0

Added:
Expand Down
4 changes: 2 additions & 2 deletions dxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dxr"
description = "Declarative XML-RPC"
license = "MIT OR Apache-2.0"

version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.56.0"

Expand Down Expand Up @@ -59,7 +59,7 @@ serde = { version = "1.0.104", features = ["derive"] }
thiserror = "1.0.30"

# derive feature
dxr_derive = { path = "../dxr_derive", version = "0.3.0", optional = true }
dxr_derive = { path = "../dxr_derive", version = "0.3.1", optional = true }

# client feature
reqwest = { version = "0.11", features = ["cookies"] , optional = true }
Expand Down
2 changes: 1 addition & 1 deletion dxr_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dxr_derive"
description = "Implementation details of DXR (derive macros)"
license = "MIT OR Apache-2.0"

version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.56.0"

Expand Down

0 comments on commit 824ce76

Please sign in to comment.