Skip to content

Commit

Permalink
fix: decrease outdated depth (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW authored Jan 30, 2024
1 parent c4eefb0 commit 8f72963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .justfile_helpers
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _outdated:
#!/bin/bash
mkdir -p .outdated_tmp
cp -p Cargo.lock .outdated_tmp/Cargo.lock
cargo update
cargo update stratus
diff -u .outdated_tmp/Cargo.lock Cargo.lock
result=$?
cp -p .outdated_tmp/Cargo.lock Cargo.lock
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ sqlx:
outdated:
@just _outdated

# Stratus: Update crates
# Stratus: Update only the project dependencies
update:
cargo update
cargo update stratus

# ------------------------------------------------------------------------------
# Test tasks
Expand Down

0 comments on commit 8f72963

Please sign in to comment.