Skip to content

Commit

Permalink
0.4.2: Implement std::error::Error for cocoon::Error via optional `th…
Browse files Browse the repository at this point in the history
…iserror` (#28)

This version introduces an optional implementation of
`std::error::Error` for `cocoon::Error` via `thiserror` feature
(optional dependency). See previous commits.

It also bumps the nightly version for test coverage
because of `zeroize` crate's MVRC bump to rustc 1.60.
  • Loading branch information
fadeevab committed May 27, 2024
1 parent 4407c84 commit c8460f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cocoon"
version = "0.4.1"
version = "0.4.2"

authors = ["Alexander Fadeev <[email protected]>"]
categories = ["cryptography", "no-std", "parser-implementations"]
Expand Down

0 comments on commit c8460f6

Please sign in to comment.