feat: add iroh gossip peer channel

This commit is contained in:
Septias
2023-11-22 13:42:10 +01:00
committed by Sebastian Klähn
parent c5f31c3d03
commit 70181493b0
16 changed files with 1943 additions and 126 deletions

View File

@@ -82,9 +82,9 @@ jobs:
- os: macos-latest
rust: 1.75.0
# Minimum Supported Rust Version = 1.70.0
# Minimum Supported Rust Version = 1.72.0
- os: ubuntu-latest
rust: 1.70.0
rust: 1.72.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3