Skip to content

Commit 7281de5

Browse files
authored
Update crates to make everything compatible with wasm (#358)
1 parent 6ace30c commit 7281de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ciphercore-base/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ciphercore-utils = { path = "../ciphercore-utils" }
1616
pywrapper-macro = { path = "../ciphercore-wrappers/pywrapper-macro", optional = true}
1717
serde = { version = "1.0.130", features = ["derive", "rc"] }
1818
serde_json = { version = "1.0.94", features = ["arbitrary_precision"] }
19-
typetag = "0.1.7"
19+
getrandom = { version = "0.2.9", features = ["js"] }
20+
typetag = "0.2.8"
2021
petgraph = "0.6.0"
2122
maplit = "1.0.2"
2223
openssl = "0.10"

0 commit comments

Comments
 (0)