Skip to content

Commit e53693b

Browse files
committed
depend: move once_cell to common depend
1 parent 290e8e0 commit e53693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ libz-sys = { version = "1.1.5", optional = true }
7373
num_enum = "0.5.7"
7474
ascii = "1.0.0"
7575
parking_lot = "0.12.0"
76+
once_cell = "1.13.0"
7677

7778
# uuid
7879
[target.'cfg(not(any(target_os = "ios", target_os = "android", target_os = "windows", target_arch = "wasm32")))'.dependencies]
7980
mac_address = "1.1.3"
80-
once_cell = "1.13.0"
8181
uuid = { version = "1.1.2", features = ["v1", "fast-rng", "macro-diagnostics"] }
8282

8383
# mmap

0 commit comments

Comments
 (0)