Skip to content

Commit

Permalink
chore: manually set lockstep-versioned crates (and lattices) to ver…
Browse files Browse the repository at this point in the history
…sion `0.5.1`

Setting manually since
frewsxcv/rust-crates-index#159 is messing with
smart-release
  • Loading branch information
MingweiSamuel committed Jan 26, 2024
1 parent cb06ede commit f96ad8b
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
20 changes: 10 additions & 10 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
@@ -1,7 +1,7 @@
[package]
name = "hydro_deploy"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydro_deploy/"
Expand Down
4 changes: 2 additions & 2 deletions hydro_deploy/hydro_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydro_cli"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydro_cli/"
Expand All @@ -13,7 +13,7 @@ name = "hydro_cli"
crate-type = ["cdylib"]

[dependencies]
hydro_deploy = { path = "../core", version = "^0.5.0" }
hydro_deploy = { path = "../core", version = "^0.5.1" }
tokio = { version = "1.16", features = [ "full" ] }
once_cell = "1.17"
anyhow = { version = "1.0.69", features = [ "backtrace" ] }
Expand Down
6 changes: 3 additions & 3 deletions hydro_deploy/hydroflow_plus_cli_integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_plus_cli_integration"
publish = false
version = "0.5.0"
version = "0.5.1"
edition = "2021"

[features]
Expand All @@ -10,12 +10,12 @@ deploy = [ "hydro_deploy", "async-channel" ]

[dependencies]
stageleft = { path = "../../stageleft", version = "^0.1.0" }
hydroflow_plus = { path = "../../hydroflow_plus", version = "^0.5.0", features = [ "cli_integration" ] }
hydroflow_plus = { path = "../../hydroflow_plus", version = "^0.5.1", features = [ "cli_integration" ] }
syn = { version = "2.0.0", features = [ "parsing", "extra-traits" ] }
tokio = { version = "1.16", features = [ "full" ] }
serde = { version = "1", features = [ "derive" ] }

hydro_deploy = { path = "../core", version = "^0.5.0", optional = true }
hydro_deploy = { path = "../core", version = "^0.5.1", optional = true }
async-channel = { version = "1.8.0", optional = true }

[build-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions hydroflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow/"
Expand Down Expand Up @@ -32,11 +32,11 @@ byteorder = "1.4.3"
bytes = "1.1.0"
futures = "0.3"
hydroflow_cli_integration = { optional = true, path = "../hydro_deploy/hydroflow_cli_integration", version = "^0.3.0" }
hydroflow_datalog = { optional = true, path = "../hydroflow_datalog", version = "^0.5.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.0" }
hydroflow_macro = { optional = true, path = "../hydroflow_macro", version = "^0.5.0" }
hydroflow_datalog = { optional = true, path = "../hydroflow_datalog", version = "^0.5.1" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.1" }
hydroflow_macro = { optional = true, path = "../hydroflow_macro", version = "^0.5.1" }
itertools = "0.10"
lattices = { path = "../lattices", version = "^0.5.0", features = [ "serde" ] }
lattices = { path = "../lattices", version = "^0.5.1", features = [ "serde" ] }
pusherator = { path = "../pusherator", version = "^0.0.3" }
pyo3 = { optional = true, version = "0.18" }
ref-cast = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions hydroflow_datalog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_datalog"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_datalog/"
Expand All @@ -22,4 +22,4 @@ proc-macro-crate = "1.1.0"
# Note: If we ever compile this proc macro crate to WASM (e.g., if we are
# building on a WASM host), we may need to turn diagnostics off for WASM if
# proc_macro2 does not support WASM at that time.
hydroflow_datalog_core = { path = "../hydroflow_datalog_core", version = "^0.5.0" }
hydroflow_datalog_core = { path = "../hydroflow_datalog_core", version = "^0.5.1" }
4 changes: 2 additions & 2 deletions hydroflow_datalog_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_datalog_core"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_datalog_core/"
Expand All @@ -21,7 +21,7 @@ syn = { version = "2.0.0", features = [ "parsing", "extra-traits" ] }
proc-macro2 = "1.0.63"
proc-macro-crate = "1.1.0"
rust-sitter = "0.3.2"
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.1" }

[build-dependencies]
rust-sitter-tool = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion hydroflow_lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_lang"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_lang/"
Expand Down
6 changes: 3 additions & 3 deletions hydroflow_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_macro"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_macro/"
Expand All @@ -17,13 +17,13 @@ diagnostics = [ "hydroflow_lang/diagnostics" ]
# Note: If we ever compile this proc macro crate to WASM (e.g., if we are
# building on a WASM host), we may need to turn diagnostics off for WASM if
# proc_macro2 still does not support WASM.
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.1" }
proc-macro2 = "1.0.63"
proc-macro-crate = "1.1.0"
quote = "1.0.0"
syn = { version = "2.0.0", features = [ "parsing", "extra-traits" ] }

[build-dependencies]
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.1" }
itertools = "0.10"
quote = "1.0.0"
6 changes: 3 additions & 3 deletions hydroflow_plus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hydroflow_plus"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_plus/"
Expand All @@ -20,8 +20,8 @@ quote = "1.0.0"
syn = { version = "2.0.0", features = [ "parsing", "extra-traits", "visit-mut" ] }
proc-macro2 = "1.0.57"
proc-macro-crate = "1.1.0"
hydroflow = { path = "../hydroflow", version = "^0.5.0", default-features = false }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.0" }
hydroflow = { path = "../hydroflow", version = "^0.5.1", default-features = false }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.5.1" }
serde = { version = "1", features = [ "derive" ] }
bincode = "1.3"
stageleft = { path = "../stageleft", version = "^0.1.0" }
Expand Down
8 changes: 4 additions & 4 deletions hydroflow_plus_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version = "0.0.0"
edition = "2021"

[dependencies]
hydroflow_plus = { path = "../hydroflow_plus", version = "^0.5.0" }
hydroflow_plus = { path = "../hydroflow_plus", version = "^0.5.1" }
tokio = { version = "1.16", features = [ "full" ] }
stageleft = { path = "../stageleft", version = "^0.1.0" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.0" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.1" }
rand = "0.8.5"

hydroflow_plus_test_macro = { path = "../hydroflow_plus_test_macro" }
Expand All @@ -18,6 +18,6 @@ stageleft_tool = { path = "../stageleft_tool", version = "^0.1.0" }

[dev-dependencies]
insta = "1.7.1"
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.5.0" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.0", features = [ "deploy" ] }
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.5.1" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.1", features = [ "deploy" ] }
futures = "0.3"
4 changes: 2 additions & 2 deletions hydroflow_plus_test_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ default = ["macro"]
macro = []

[dependencies]
hydroflow_plus = { path = "../hydroflow_plus", version = "^0.5.0" }
hydroflow_plus = { path = "../hydroflow_plus", version = "^0.5.1" }
tokio = { version = "1.16", features = [ "full" ] }
stageleft = { path = "../stageleft", version = "^0.1.0" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.0" }
hydroflow_plus_cli_integration = { path = "../hydro_deploy/hydroflow_plus_cli_integration", version = "^0.5.1" }
rand = "0.8.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lattices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lattices"
publish = true
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/lattices/"
Expand Down

0 comments on commit f96ad8b

Please sign in to comment.