Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Feb 11, 2022
1 parent ecba3e1 commit a05f273
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased 0.2.1
## Release 0.2.1

Added:

Expand Down
6 changes: 3 additions & 3 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.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.56.0"

Expand Down Expand Up @@ -43,12 +43,12 @@ path = "tests/echo_one.rs"
required-features = ["derive", "client", "server", "i8", "nil", "tokio"]

[dependencies]
dxr_shared = { path = "../dxr_shared", version = "0.2.0", default-features = false }
dxr_shared = { path = "../dxr_shared", version = "0.2.1", default-features = false }
log = "0.4.13"
quick-xml = { version = "0.22" , features = ["serialize"] }

# derive feature
dxr_derive = { path = "../dxr_derive", version = "0.2.0", optional = true }
dxr_derive = { path = "../dxr_derive", version = "0.2.1", optional = true }

# client feature
reqwest = { version = "0.11", features = ["cookies"] , optional = true }
Expand Down
6 changes: 1 addition & 5 deletions 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.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.56.0"

Expand All @@ -21,7 +21,3 @@ syn = "1.0.86"
quote = "1.0.15"

[dev-dependencies]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
2 changes: 1 addition & 1 deletion dxr_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dxr_shared"
description = "Implementation details of DXR (XML-RPC value de/serialization)"
license = "MIT OR Apache-2.0"

version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.56.0"

Expand Down

0 comments on commit a05f273

Please sign in to comment.