Skip to content

Commit

Permalink
Merge pull request #116 from marvin-hansen/main
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
marvin-hansen authored Oct 25, 2023
2 parents 1b11c67 + 0139e78 commit 70a9cdd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .phylum_project

This file was deleted.

7 changes: 4 additions & 3 deletions deep_causality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ authors = ["Marvin Hansen <marvin.hansen@gmail.com>", ]

[dependencies.dcl_data_structures]
path = "../dcl_data_structures"
version = "^0.4"
version = "0.4"


[dependencies.deep_causality_macros]
path = "../deep_causality_macros"
version = "^0.4"
version = "0.4"


[dependencies.ultragraph]
path = "../ultragraph"
version = "^0.5"
version = "0.5"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion deep_causality/examples/csm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
# For testing with latest commit in main repository
#deep_causality = { git = "https://github.com/deepcausality-rs/deep_causality", branch = "main" }
deep_causality = "0.6"
deep_causality = "0.6.2"
4 changes: 2 additions & 2 deletions deep_causality/examples/ctx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ publish = false
[dependencies]
# For testing with latest commit in main
#deep_causality = { git = "https://github.com/deepcausality-rs/deep_causality", branch = "main" }
deep_causality = "0.6"
deep_causality = "0.6.2"

# chrono default-features = false mitigates "RUSTSEC-2020-0071".
# See https://rustsec.org/advisories/RUSTSEC-2020-0071.html
chrono = { version = "0.4", default-features = false , features = ["serde", "clock"] }
parquet = "48.0"
petgraph = "0.6"
rust_decimal = "1.31"
rust_decimal = "1.32"
serde = { version = "1.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion deep_causality/examples/smoking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
# For testing with latest commit in main repository
#deep_causality = { git = "https://github.com/deepcausality-rs/deep_causality", branch = "main" }
deep_causality = "0.6"
deep_causality = "0.6.2"
2 changes: 1 addition & 1 deletion deep_causality/examples/starter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ publish = false
[dependencies]
# For testing with latest commit in main
#deep_causality = { git = "https://github.com/deepcausality-rs/deep_causality", branch = "main" }
deep_causality = "0.6"
deep_causality = "0.6.2"
10 changes: 5 additions & 5 deletions deep_causality/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
pub use crate::errors::*;
//
// Type Extensions
//
pub use crate::extensions::assumable::*;
pub use crate::extensions::causable::*;
pub use crate::extensions::inferable::*;
pub use crate::extensions::observable::*;
// Unused global re-exports
// pub use crate::extensions::assumable::*;
// pub use crate::extensions::causable::*;
// pub use crate::extensions::inferable::*;
// pub use crate::extensions::observable::*;
//
// Protocols
//
Expand Down

0 comments on commit 70a9cdd

Please sign in to comment.