Skip to content

Commit de38b35

Browse files
committed
Merge branch 'main' of github.com:hyperpolymath/robot-vacuum-cleaner
2 parents 5835217 + 50c2ed6 commit de38b35

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ jobs:
4040
- name: Build Hypatia scanner (if needed)
4141
working-directory: ${{ env.HOME }}/hypatia
4242
run: |
43-
if [ ! -f hypatia-v2 ]; then
43+
if [ ! -f hypatia ] && [ ! -f hypatia-v2 ]; then
4444
echo "Building hypatia-v2 scanner..."
45-
cd scanner
4645
mix deps.get
4746
mix escript.build
48-
mv hypatia ../hypatia-v2
4947
fi
5048
5149
- name: Run Hypatia scan

src/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nalgebra = "0.32"
1616
num-traits = "0.2"
1717

1818
# Random number generation
19-
rand = "0.8"
19+
rand = "0.9"
2020
rand_distr = "0.4"
2121

2222
# Serialization

0 commit comments

Comments
 (0)