mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-27 01:40:27 +00:00
try use cargo update again
This commit is contained in:
parent
f9514e4629
commit
967b716b5e
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -72,6 +72,7 @@ jobs:
|
||||
run: |
|
||||
rustup update 1.16.0
|
||||
rustup default 1.16.0
|
||||
cargo update -p cfg-if --precise 0.1.9
|
||||
- run: cargo build --verbose
|
||||
- run: cargo build --verbose --features serde
|
||||
- run: cargo build --verbose --features std
|
||||
|
@ -45,7 +45,7 @@ kv_unstable = []
|
||||
kv_unstable_sval = ["kv_unstable", "sval/fmt"]
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "=0.1.9"
|
||||
cfg-if = "0.1.2"
|
||||
serde = { version = "1.0", optional = true, default-features = false }
|
||||
sval = { version = "0.4.2", optional = true, default-features = false }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user