Skip to content

Commit

Permalink
Update ryu-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Oct 5, 2023
1 parent 2230f5e commit bc1eb23
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 96 deletions.
155 changes: 60 additions & 95 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ num-bigint = { workspace = true, features = ["serde"] }
num-integer = "0.1.45"
bitflags.workspace = true
indexmap = { workspace = true, features = ["std"] }
ryu-js = { git = "https://github.com/boa-dev/ryu-js.git", branch = "feature/to-fixed" }
ryu-js = "1.0.0"
chrono = { workspace = true, default-features = false, features = ["clock", "std"] }
fast-float.workspace = true
once_cell = { workspace = true, features = ["std"] }
Expand Down

0 comments on commit bc1eb23

Please sign in to comment.