mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
better fix(just)
^0.x behaves weird, of course. using ^0.75 cargo works where ^0.65 doesn't.
This commit is contained in:
parent
d428e8a73e
commit
9413556fff
|
@ -9,11 +9,8 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ^1.47.0
|
rust-lang.org: ^1.47.0
|
||||||
rust-lang.org/cargo: ^0.66
|
rust-lang.org/cargo: ^0.75
|
||||||
script:
|
script: cargo install --path=. --root={{prefix}}
|
||||||
# https://github.com/casey/just/issues/1898
|
|
||||||
- sed -i 's/env_logger = "0.11.0"/env_logger = "0.10.0"/' Cargo.toml
|
|
||||||
- cargo install --path=. --root={{prefix}}
|
|
||||||
test: cargo test
|
test: cargo test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue