Bump version mostly for docs.rs to display all methods
[dnssec-prover] / Cargo.toml
index 152b7c3a5a51b899010b5acaad3de019d791615d..32be3ccd50b70d897bc2cc4982627b26278177c8 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dnssec-prover"
-version = "0.3.3"
+version = "0.3.4"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover"
@@ -10,6 +10,9 @@ categories = ["cryptography", "no-std"]
 edition = "2021"
 rust-version = "1.60.0"
 
+[package.metadata.docs.rs]
+features = ["std", "validation", "tokio"]
+
 [features]
 default = ["validation"]
 std = []