Skip to content

Commit

Permalink
pinned home to 0.5.9 to work with rust 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evomimic committed Dec 18, 2024
1 parent 8ac1537 commit 6207fa2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ members = [
"zomes/coordinator/dances",
"zomes/integrity/holons_integrity",
"crates/shared_types/holon",
"crates/shared_validation",
"crates/type_system/base_types",
"crates/type_system/core_types",
"crates/type_system/descriptor_types",
"crates/type_system/core_descriptor_types",
"crates/shared_validation",
"crates/type_system/base_types",
"crates/type_system/core_types",
"crates/type_system/descriptor_types",
"crates/type_system/core_descriptor_types",
"crates/type_system/type_names",
]
resolver = "2"
Expand Down Expand Up @@ -55,6 +55,7 @@ async-std = "1.1.12"
futures = { version = "0.3.1", default-features = false }
pretty_assertions = "1.4.0"
rstest = "0.21"
home = "0.5.9" # unpin this when we move to rust 1.81.0 or later


[profile.dev]
Expand Down

0 comments on commit 6207fa2

Please sign in to comment.