Skip to content

Commit

Permalink
cargo insta test -p hydro_std fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchuyaya committed Jan 29, 2025
1 parent 78e8962 commit d87cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydro_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ workspace = true
path = "src/lib.rs"

[dependencies]
hydro_lang = { path = "../hydro_lang", version = "^0.11.0", default-features = false }
hydro_lang = { path = "../hydro_lang", version = "^0.11.0" }
stageleft = { path = "../stageleft", version = "^0.6.0" }

[build-dependencies]
stageleft_tool = { path = "../stageleft_tool", version = "^0.5.0" }

[dev-dependencies]
hydro_lang = { path = "../hydro_lang", version = "^0.11.0" }
hydro_lang = { path = "../hydro_lang", version = "^0.11.0", features = ["deploy"] }
insta = "1.39"
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.11.0" }
async-ssh2-lite = { version = "0.5.0", features = ["vendored-openssl"] }
Expand Down

0 comments on commit d87cf45

Please sign in to comment.