Skip to content

Commit

Permalink
Merge pull request n0-computer#1 from capyloon/vendor-crates
Browse files Browse the repository at this point in the history
Vendor crates
  • Loading branch information
fabricedesre authored Sep 9, 2022
2 parents c7a54f2 + 9712954 commit 1441dc2
Show file tree
Hide file tree
Showing 19,158 changed files with 5,313,200 additions and 28 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 11 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

[source.crates-io]
replace-with = "vendored-sources"

[source."https://github.com/dignifiedquire/rust-libp2p"]
git = "https://github.com/dignifiedquire/rust-libp2p"
branch = "iroh"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "third-party"
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
- restore-sccache-cache
- run:
name: Run cargo clippy (default features)
command: cargo clippy --all --all-targets -- -D warnings
command: cargo clippy --all --all-targets -- -A clippy::derive-partial-eq-without-eq -D warnings
- save-sccache-cache

build_release_x86_64:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
/iroh_gateway/test_files/*
.env
Cargo.lock
foo
Loading

0 comments on commit 1441dc2

Please sign in to comment.