mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore: upgrade wasm-bindgen
This commit is contained in:
@@ -76,7 +76,7 @@ tfhe-versionable = { version = "0.4.0", path = "../utils/tfhe-versionable" }
|
||||
wasm-bindgen = { workspace = true, features = [
|
||||
"serde-serialize",
|
||||
], optional = true }
|
||||
wasm-bindgen-rayon = { version = "=1.2.2", optional = true }
|
||||
wasm-bindgen-rayon = { version = "1.3.0", optional = true }
|
||||
js-sys = { version = "0.3", optional = true }
|
||||
console_error_panic_hook = { version = "0.1.7", optional = true }
|
||||
serde-wasm-bindgen = { version = "0.6.0", optional = true }
|
||||
@@ -130,7 +130,15 @@ software-prng = ["tfhe-csprng/software-prng"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# TODO: manage builds for docs.rs based on their documentation https://docs.rs/about
|
||||
features = ["boolean", "shortint", "integer", "gpu", "zk-pok", "software-prng", "strings"]
|
||||
features = [
|
||||
"boolean",
|
||||
"shortint",
|
||||
"integer",
|
||||
"gpu",
|
||||
"zk-pok",
|
||||
"software-prng",
|
||||
"strings",
|
||||
]
|
||||
rustdoc-args = ["--html-in-header", "katex-header.html"]
|
||||
|
||||
###########
|
||||
|
||||
Reference in New Issue
Block a user