Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/dns
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Mar 18, 2024
2 parents 1389d44 + 484e5e8 commit 785c79b
Show file tree
Hide file tree
Showing 67 changed files with 3,848 additions and 4,971 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Check MSRV all features
run: |
cargo +$MSRV check --workspace --all-targets --features cli
cargo +$MSRV check --workspace --all-targets
cargo_deny:
timeout-minutes: 30
Expand Down
174 changes: 137 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ members = [
"iroh-net",
"iroh-sync",
"iroh-test",
"iroh-net/bench"
"iroh-net/bench",
"iroh-cli"
]
resolver = "2"

Expand Down
Loading

0 comments on commit 785c79b

Please sign in to comment.