Skip to content

feat(rpc): introduce entry point routing #199

feat(rpc): introduce entry point routing

feat(rpc): introduce entry point routing #199

Triggered via pull request March 30, 2024 19:23
Status Success
Total duration 37s
Artifacts

deny.yaml

on: pull_request
cargo-deny
28s
cargo-deny
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope: crates/sim/src/simulation/v0_6/simulator.rs#L1129
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope --> crates/sim/src/simulation/v0_6/simulator.rs:1129:40 | 1129 | entity_infos: EntityInfos::new( | ^^^ function or associated item not found in `EntityInfos`
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope: crates/sim/src/simulation/v0_6/simulator.rs#L1012
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope --> crates/sim/src/simulation/v0_6/simulator.rs:1012:40 | 1012 | entity_infos: EntityInfos::new( | ^^^ function or associated item not found in `EntityInfos`
cargo-deny
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.