Skip to content

Commit

Permalink
wtx-0.24-0
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Nov 15, 2024
1 parent 73852f7 commit 7ed5104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = { default-features = false, features = ["attributes"], optional = true
tracing-subscriber = { default-features = false, features = ["env-filter", "fmt"], optional = true, version = "0.3" }
tracing-tree = { default-features = false, optional = true, version = "0.4" }
webpki-roots = { default-features = false, optional = true, version = "0.26" }
x509-certificate = { default-features = false, optional = true, version = "0.23" }
x509-certificate = { default-features = false, optional = true, version = "0.24" }

[features]
arbitrary = ["dep:arbitrary", "std"]
Expand Down Expand Up @@ -149,7 +149,7 @@ name = "wtx"
readme = "README.md"
repository = "https://github.com/c410-f3r/wtx"
rust-version = "1.82"
version = "0.23.0"
version = "0.24.0"

[package.metadata.docs.rs]
all-features = true

0 comments on commit 7ed5104

Please sign in to comment.