Skip to content

Commit

Permalink
chore: manually set versions for crates renamed in #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Aug 30, 2024
1 parent 6ac34e2 commit a2ec110
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion hydro_deploy/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cargo_metadata = "0.18.0"
dunce = "1.0.0"
dyn-clone = "1.0.0"
futures = "0.3.0"
hydroflow_deploy_integration = { path = "../hydroflow_deploy_integration", version = "^0.5.2" }
hydroflow_deploy_integration = { path = "../hydroflow_deploy_integration", version = "^0.9.0" }
indicatif = "0.17.0"
inferno = "0.11.0"
itertools = "0.10.0" # TODO(mingwei): remove when `iter_intersperse` is stabilized.
Expand Down
2 changes: 1 addition & 1 deletion hydro_deploy/hydro_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"]
pythonize = "0.20.0"
futures = "0.3.0"
bytes = "1.1.0"
hydroflow_deploy_integration = { path = "../hydroflow_deploy_integration", version = "^0.5.2" }
hydroflow_deploy_integration = { path = "../hydroflow_deploy_integration", version = "^0.9.0" }

# request vendored openssl
async-ssh2-lite = { version = "0.5.0", features = [ "vendored-openssl" ] }
2 changes: 1 addition & 1 deletion hydro_deploy/hydroflow_deploy_integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_deploy_integration"
publish = true
version = "0.5.2"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_deploy_integration/"
Expand Down
2 changes: 1 addition & 1 deletion hydro_deploy/hydroflow_plus_deploy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_plus_deploy"
publish = true
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_plus_deploy/"
Expand Down
2 changes: 1 addition & 1 deletion hydroflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bincode = "1.3.1"
byteorder = "1.3.2"
bytes = "1.1.0"
futures = "0.3.0"
hydroflow_deploy_integration = { optional = true, path = "../hydro_deploy/hydroflow_deploy_integration", version = "^0.5.2" }
hydroflow_deploy_integration = { optional = true, path = "../hydro_deploy/hydroflow_deploy_integration", version = "^0.9.0" }
hydroflow_datalog = { optional = true, path = "../hydroflow_datalog", version = "^0.8.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.8.0", features = [ "clap-derive" ] }
hydroflow_macro = { optional = true, path = "../hydroflow_macro", version = "^0.8.0" }
Expand Down
4 changes: 2 additions & 2 deletions hydroflow_plus_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stageleft_devel = []
hydroflow_plus = { path = "../hydroflow_plus", version = "^0.8.0" }
tokio = { version = "1.29.0", features = [ "full" ] }
stageleft = { path = "../stageleft", version = "^0.3.0" }
hydroflow_plus_deploy = { path = "../hydro_deploy/hydroflow_plus_deploy", version = "^0.8.0" }
hydroflow_plus_deploy = { path = "../hydro_deploy/hydroflow_plus_deploy", version = "^0.9.0" }
rand = "0.8.0"
serde = { version = "1.0.197", features = [ "derive" ] }

Expand All @@ -22,5 +22,5 @@ stageleft_tool = { path = "../stageleft_tool", version = "^0.2.0" }
[dev-dependencies]
insta = "1.39"
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.8.0" }
hydroflow_plus_deploy = { path = "../hydro_deploy/hydroflow_plus_deploy", version = "^0.8.0", features = [ "deploy" ] }
hydroflow_plus_deploy = { path = "../hydro_deploy/hydroflow_plus_deploy", version = "^0.9.0", features = [ "deploy" ] }
futures = "0.3.0"

0 comments on commit a2ec110

Please sign in to comment.