fix(just)

ref: https://github.com/casey/just/issues/1898

closes #5178
This commit is contained in:
Jacob Heider 2024-02-11 16:49:56 -05:00
parent 5ea3b89d2a
commit d428e8a73e
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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: |