diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index f67f036..6a42ac8 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -31,7 +31,7 @@ rand_core = "0.6" serde = { version = "1.0.160", features = ["derive"], optional = true } serdect = { version = "0.2.0", optional = true } thiserror = "1.0" -visibility = "0.0.1" +visibility = "0.1.0" zeroize = { version = "1.5.4", default-features = false, features = ["derive"] } itertools = "0.11.0"