mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
5ea3b89d2a
commit
d428e8a73e
|
@ -9,11 +9,12 @@ versions:
|
|||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ^1.47.0
|
||||
rust-lang.org/cargo: ^0.65
|
||||
rust-lang.org/cargo: ^0.66
|
||||
script:
|
||||
cargo install --path=. --root={{prefix}}
|
||||
test:
|
||||
cargo test
|
||||
# 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:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue