mirror of
https://github.com/openharmony/third_party_rust_encoding_rs.git
synced 2026-07-21 02:05:23 -04:00
bump rayon to 0.8
This commit is contained in:
committed by
Henri Sivonen
parent
b180e1677d
commit
dfaba95ad2
+1
-1
@@ -22,7 +22,7 @@ parallel-utf8 = ["rayon"]
|
||||
[dependencies]
|
||||
cfg-if = "0.1.0"
|
||||
simd = { version = "0.2.0", optional = true }
|
||||
rayon = { version = "0.7.0", optional = true }
|
||||
rayon = { version = "0.8.0", optional = true }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user