From 9413556fffddaed1f5302c0e916eb6f60c6ee062 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sun, 11 Feb 2024 17:07:19 -0500 Subject: [PATCH] better fix(just) ^0.x behaves weird, of course. using ^0.75 cargo works where ^0.65 doesn't. --- projects/just.systems/package.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/just.systems/package.yml b/projects/just.systems/package.yml index 6441578e..6fb0fa55 100644 --- a/projects/just.systems/package.yml +++ b/projects/just.systems/package.yml @@ -9,11 +9,8 @@ versions: build: dependencies: rust-lang.org: ^1.47.0 - rust-lang.org/cargo: ^0.66 - script: - # 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}} + rust-lang.org/cargo: ^0.75 + script: cargo install --path=. --root={{prefix}} test: cargo test test: