File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88/.virtual_documents /
99/test-results /
1010/playwright-report /
11+ /.playwright-mcp /
1112/.sisyphus /
1213
1314/public /db_schema.sql
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ serde_json = "1.0.149"
1919rand = " 0.10.1"
2020
2121[target .'cfg(target_family = "wasm")' .dependencies ]
22- iroh = { version = " 0.98.2" , default-features = false }
22+ iroh = { version = " 0.98.2" , default-features = false , features = [ " tls-ring " ] }
2323iroh-gossip = { version = " 0.98.0" , default-features = false , features = [
2424 " net" ,
2525] }
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ impl Endpoint {
6060 ) ;
6161 }
6262 #[ allow( unused_mut) ]
63- let mut endpoint_builder = iroh:: endpoint:: Builder :: empty ( )
63+ let mut endpoint_builder = iroh:: endpoint:: Builder :: new ( iroh :: endpoint :: presets :: Minimal )
6464 . relay_mode ( RelayMode :: Custom ( relay_map) )
6565 . address_lookup ( PkarrPublisher :: n0_dns ( ) )
6666 . address_lookup ( PkarrResolver :: n0_dns ( ) ) ;
You can’t perform that action at this time.
0 commit comments