Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jan 3, 2025
1 parent b5419fe commit 24046be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "submap"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -20,6 +20,7 @@ sha2 = { version = "0.10.8", optional = true }
openssl = { version = "0.10.62", optional = true }
indexmap = { version = "2.1.0", optional = true }
thiserror = "1.0.61"
regex = "1.11.1"

[features]
digest = ["sha2"]
Expand Down

0 comments on commit 24046be

Please sign in to comment.