Skip to content

Commit

Permalink
update sugarloaf/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 12, 2023
1 parent 5ff5163 commit 7f44e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sugarloaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ twox-hash = { version = "1.6.3", default-features = false }
image = { workspace = true }
unicode-width = { workspace = true }
guillotiere = "0.6.2"
ordered-float = "4.1.1"
ordered-float = "4.2.0"
rustc-hash = "1.1.0"
raw-window-handle = { workspace = true }
ab_glyph = "0.2.23"
linked-hash-map = "0.5.4"
linked-hash-map = "0.5.6"
xi-unicode = "0.3.0"
approx = "0.5.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
crossbeam-channel = "0.5"
crossbeam-deque = "0.8"
rayon = "1.3"
twox-hash = { version = "1.6.3", features = ["std"] }
twox-hash = { version = "1.6.3", default-features = false, features = ["std"] }
memmap2 = { version = "0.7.1" }
slotmap = { version = "1.0.6", default-features = false }
tinyvec = { version = "1.6.0", features = ["alloc"] }
Expand Down

0 comments on commit 7f44e6a

Please sign in to comment.