Skip to content

Commit

Permalink
Merge pull request #303 from zyno42/feature/update-libtapasco-depende…
Browse files Browse the repository at this point in the history
…ncies

Update `libtapasco` dependencies
  • Loading branch information
cahz authored Mar 18, 2022
2 parents ffc11ee + f25a61c commit 64d0fc0
Show file tree
Hide file tree
Showing 25 changed files with 3,179 additions and 648 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ webtalk.*
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Remove `Cargo.lock` from `.gitignore` if creating an executable, leave it for
# libraries. More information here:
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# So only ignore it for `libtapasco`:
runtime/libtapasco/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 64d0fc0

Please sign in to comment.