better fix(just)

^0.x behaves weird, of course. using ^0.75 cargo works where ^0.65 doesn't.
This commit is contained in:
Jacob Heider 2024-02-11 17:07:19 -05:00
parent d428e8a73e
commit 9413556fff
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

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