Merge pull request #67 from FalkWoldmann/main

Add --locked flag to cargo install
This commit is contained in:
Shunsuke Shibayama 2023-12-10 13:49:55 +09:00 committed by GitHub
commit 9c335837e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pip install pylyzer
### cargo (rust package manager)
```bash
cargo install pylyzer
cargo install pylyzer --locked
```
### build from source