Set default-features = false on uniffi, not that it does much
authorMatt Corallo <git@bluematt.me>
Sun, 14 Apr 2024 17:46:36 +0000 (17:46 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 14 Apr 2024 17:46:52 +0000 (17:46 +0000)
uniffi/Cargo.toml

index bff333a2c64e22c211ddee52183aef8a95c5f194..35337001129a781e4efae9f3e82764e50f3163a0 100644 (file)
@@ -10,7 +10,7 @@ build = "build.rs"
 
 [dependencies]
 dnssec-prover = { path = "../", default-features = false, features = ["validation"] }
-uniffi = { version = "0.27" }
+uniffi = { version = "0.27", default-features = false }
 
 [build-dependencies]
 uniffi = { version = "0.27", features = [ "build" ] }