Skip to content

Commit

Permalink
fixup! docs: add repository field to Cargo.tomls, fix #1452
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 23, 2024
1 parent 1d24740 commit c6f09b1
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dfir_datalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/dfir_datalog/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Datalog proc-macro for DFIR"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion dfir_datalog_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/dfir_datalog_core/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Datalog implementation for DFIR"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion dfir_lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/dfir_lang/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Hydro's Dataflow Intermediate Representation (DFIR) implementation"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion dfir_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/dfir_macro/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Macro for using Hydro's Data Flow Intermediate Representation (DFIR)."
[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion dfir_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/dfir_rs/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "DFIR runtime for Rust, used by Hydro."

[lints]
Expand Down
2 changes: 1 addition & 1 deletion hydro_deploy/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydro_deploy/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Hydro Deploy"

[lints]
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 @@ -5,7 +5,7 @@ version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydro_cli/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Hydro Deploy Command Line Interface"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion hydro_deploy/hydroflow_deploy_integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/hydroflow_deploy_integration/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "`hydro_deploy` integration for Hydroflow"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion lattices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.5.8"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/lattices/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Lattice data types for simplifying distributed state by providing associativity, commutativity, and idempotence."

[lints]
Expand Down
2 changes: 1 addition & 1 deletion lattices_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.5.7"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/lattices/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Procedural macros for the `lattices` crate."

[lints]
Expand Down
2 changes: 1 addition & 1 deletion multiplatform_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/multiplatform_test/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "A simple attribute macro to combine `#[test]` and `#[wasm_bindgen_test]`"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion pusherator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.9"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/pusherator/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Push-based version of Rust iterators"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion stageleft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/stageleft/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Type-safe staged programming for Rust"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion stageleft_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/stageleft_macro/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Helper macros for the stageleft crate"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion stageleft_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/stageleft_macro/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Helper macros for the stageleft crate"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion variadics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.7"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/variadics/"
repository = "https://github.com/hydro-project/hydroflow"
repository = "https://github.com/hydro-project/hydro"
description = "Variadic generics on stable Rust using tuple lists"

[lints]
Expand Down

0 comments on commit c6f09b1

Please sign in to comment.