Skip to content

Commit

Permalink
bump version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Feb 14, 2023
1 parent 9a792fa commit 8db15c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deserr"
version = "0.4.0"
version = "0.4.1"
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Deserialization library with focus on error handling"
Expand All @@ -15,7 +15,7 @@ serde_json = { version = "1.0", optional = true }
serde-cs = { version = "0.2.4", optional = true }
actix-web = { version = "4.3.0", optional = true }
futures = { version = "0.3.25", optional = true }
deserr-internal = { version = "=0.4.0", path = "derive" }
deserr-internal = { version = "=0.4.1", path = "derive" }
strsim = "0.10.0"
actix-http = { version = "3.3.0", optional = true }
actix-utils = { version = "3.0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deserr-internal"
version = "0.4.0"
version = "0.4.1"
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Derive macros for Deserr. Use the re-exports from the deserr crate instead."
Expand Down

0 comments on commit 8db15c0

Please sign in to comment.