Skip to content

Commit

Permalink
Merge pull request #36 from muturgan/master
Browse files Browse the repository at this point in the history
bump a thiserror version
  • Loading branch information
acw authored Jan 12, 2025
2 parents 7471936 + d7b31d6 commit a453128
Showing 1 changed file with 2 additions and 2 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 = "simple_asn1"
version = "0.6.2"
version = "0.6.3"
authors = ["Adam Wick <awick@uhsure.com>"]
description = "A simple DER/ASN.1 encoding/decoding library."
categories = ["encoding"]
Expand All @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
num-bigint = { default-features = false, version = "0.4" }
num-traits = { default-features = false, version = "0.2" }
thiserror = { default-features = false, version = "1" }
thiserror = { default-features = false, version = "2" }
time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] }

[dev-dependencies]
Expand Down

0 comments on commit a453128

Please sign in to comment.