mirror of
https://github.com/openharmony/third_party_rust_encoding_rs.git
synced 2026-07-19 14:53:33 -04:00
Update cfg-if to 1.0
This removes a duplicate dependency for ripgrep.
This commit is contained in:
committed by
Henri Sivonen
parent
5d8a54591f
commit
44e3381b80
+1
-1
@@ -31,7 +31,7 @@ fast-legacy-encode = ["fast-hangul-encode",
|
||||
"fast-big5-hanzi-encode"]
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "0.1.0"
|
||||
cfg-if = "1.0"
|
||||
packed_simd = { version = "0.3.4", package = "packed_simd_2", optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user