Skip to content

Commit 4a61a91

Browse files
committed
bump version
1 parent a3fc57c commit 4a61a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deserr"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Deserialization library with focus on error handling"
@@ -15,7 +15,7 @@ serde_json = { version = "1.0", optional = true }
1515
serde-cs = { version = "0.2.4", optional = true }
1616
actix-web = { version = "4.3.0", default-features = false, optional = true }
1717
futures = { version = "0.3.25", optional = true }
18-
deserr-internal = { version = "=0.6.0", path = "derive" }
18+
deserr-internal = { version = "=0.7.0", path = "derive" }
1919
strsim = "0.10.0"
2020
actix-http = { version = "3.3.0", optional = true }
2121
actix-utils = { version = "3.0.1", optional = true }

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 = "deserr-internal"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Derive macros for Deserr. Use the re-exports from the deserr crate instead."

0 commit comments

Comments
 (0)