Skip to content

Commit

Permalink
add missing imports and dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 1, 2024
1 parent 7950286 commit 7263afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tokio = { version = "1.36", features = ["rt"] }
[dev-dependencies]
fixt = "0.5.0-dev.0"
holochain = { version = "0.5.0-dev.7", features = ["test_utils"] }
serde_yaml = "0.9"

[features]
default = ["lair_signing"]
Expand Down
1 change: 1 addition & 0 deletions tests/admin.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use holochain::prelude::{DnaModifiersOpt, RoleSettings, Timestamp, YamlProperties};
use holochain::test_utils::itertools::Itertools;
use holochain::{prelude::AppBundleSource, sweettest::SweetConductor};
use holochain_client::{
Expand Down

0 comments on commit 7263afd

Please sign in to comment.