Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuganyu96 committed Dec 11, 2023
1 parent a28ccf7 commit 8617fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion marvin-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This document describes the procedure for replicating the analysis for the Marvi
docker build -t marvin:latest .
docker run --rm \
--name marvin \
-v /home/ec2-user/RSA/marvin-toolkit/Cargo.toml:/home/rust-crypto/marvin-toolkit/example/rust-crypto/Cargo.toml \
-v /home/ec2-user/RSA/marvin-toolkit/Cargo.toml:/home/rustcrypto/marvin-toolkit/example/rust-crypto/Cargo.toml \
marvin:latest
```
1 change: 1 addition & 0 deletions marvin-toolkit/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Build the test harness
cd example/rust-crypto
cargo update
cargo build --profile release
cd ~/marvin-toolkit

Expand Down

0 comments on commit 8617fd0

Please sign in to comment.