Skip to content

Commit da56ae9

Browse files
authored
Add frosty to ci (#96)
* Add frosty to ci * clippy
1 parent d1b26f0 commit da56ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.75"
16-
RS_EXAMPLES_LIST: "dumbpipe-web,extism/host,extism/iroh-extism-host-functions,extism/plugin,iroh-automerge,iroh-gateway"
16+
RS_EXAMPLES_LIST: "dumbpipe-web,extism/host,extism/iroh-extism-host-functions,extism/plugin,iroh-automerge,iroh-gateway,frosty"
1717
IROH_FORCE_STAGING_RELAYS: "1"
1818

1919
jobs:

frosty/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use frost_ed25519::{
77
use futures::StreamExt;
88
use iroh_net::{
99
discovery::{dns::DnsDiscovery, pkarr::PkarrPublisher},
10-
endpoint::{RecvStream, SendStream, VarInt},
10+
endpoint::{RecvStream, SendStream},
1111
key::{PublicKey, SecretKey},
1212
};
1313
use rand::thread_rng;

0 commit comments

Comments
 (0)