Skip to content

Commit

Permalink
fix getrandom dep breaking wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 22, 2024
1 parent 58c7028 commit 40bb606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ serde-wasm-bindgen = { version = "0.6.5", optional = true }
tokio = { version = "1.42.0", features = ["rt"] }
openai-api-rs = { version = "5.2.3", optional = true }
jsonschema = { version = "0.26.2", default-features = false }
getrandom = { version = "0.2.15", features = ["js"] }

[features]
default = ["openai"]
Expand Down

0 comments on commit 40bb606

Please sign in to comment.