Skip to content

Commit

Permalink
fix(wasm): again
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 19, 2023
1 parent 59f0a11 commit b745c5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/node-maintainer/src/graph.rs
Expand Up @@ -9,10 +9,9 @@ use indexmap::IndexMap;
use kdl::KdlDocument;
use nassun::{package::Package, PackageResolution, PackageSpec};
use oro_common::CorgiManifest;
use petgraph::{
stable_graph::{EdgeIndex, NodeIndex, StableGraph},
Direction,
};
use petgraph::stable_graph::{EdgeIndex, NodeIndex, StableGraph};
#[cfg(not(target_arch = "wasm32"))]
use petgraph::Direction;
use unicase::UniCase;

use crate::{error::NodeMaintainerError, Lockfile, LockfileNode};
Expand Down

0 comments on commit b745c5b

Please sign in to comment.