mirror of https://github.com/zkat/miette.git
fix(ci): move from minimal-versions to direct-minimal-versions
This commit is contained in:
parent
612af78929
commit
be0fe5f1d7
|
|
@ -79,4 +79,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- name: Run minimal version build
|
- name: Run minimal version build
|
||||||
run: cargo build -Z minimal-versions --features fancy,no-format-args-capture
|
run: cargo build -Z direct-minimal-versions --features fancy,no-format-args-capture
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ futures = { version = "0.3", default-features = false }
|
||||||
indenter = "0.3.3"
|
indenter = "0.3.3"
|
||||||
rustversion = "1.0"
|
rustversion = "1.0"
|
||||||
trybuild = { version = "1.0.89", features = ["diff"] }
|
trybuild = { version = "1.0.89", features = ["diff"] }
|
||||||
syn = { version = "2.0", features = ["full"] }
|
syn = { version = "2.0.48", features = ["full"] }
|
||||||
regex = "1.10"
|
regex = "1.10"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,5 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.78"
|
proc-macro2 = "1.0.78"
|
||||||
quote = "1.0"
|
quote = "1.0.35"
|
||||||
syn = "2.0.48"
|
syn = "2.0.48"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue