Skip to content

Commit ad0c2b5

Browse files
authored
Merge pull request #21 from n0-computer/content-tracker-0.12
Content tracker 0.12
2 parents 0a70066 + 8e12a94 commit ad0c2b5

File tree

25 files changed

+1364
-1327
lines changed

25 files changed

+1364
-1327
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUSTFLAGS: -Dwarnings
1414
RUSTDOCFLAGS: -Dwarnings
1515
MSRV: "1.72"
16-
RS_EXAMPLES_LIST: "content-tracker,iroh-ipfs,dumbpipe-web,iroh-pkarr-node-discovery"
16+
RS_EXAMPLES_LIST: "iroh-mainline-content-discovery,iroh-ipfs,dumbpipe-web,iroh-pkarr-node-discovery"
1717
GO_EXAMPLES_LIST: "dall_e_worker"
1818

1919
jobs:

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
target/
22
*iroh-data
3-
*/.sendme*
3+
*/.sendme*
4+
5+
# Added by cargo
6+
7+
/target

content-tracker/src/discovery.rs

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)