Skip to content

Commit

Permalink
fix workspace version specifiers being too vague
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Aug 22, 2023
1 parent 14ac335 commit 0cbb152
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ members= [
]

[workspace.dependencies]
serde = "1.0.171"
serde = "=1.0.171"
serde_bytes = "*"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
hdi = "0.3.1"
hdk = "0.2.1"
holochain = "0.2.1"
holo_hash = "0.2.1"
holochain_serialized_bytes = "0.0.51"
holochain_zome_types = { version = "0.2.1", default-features = false }
chrono = { version = "=0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
hdi = "=0.3.1"
hdk = "=0.2.1"
holochain = "=0.2.1"
holo_hash = "=0.2.1"
holochain_serialized_bytes = "=0.0.51"
holochain_zome_types = { version = "=0.2.1", default-features = false }

0 comments on commit 0cbb152

Please sign in to comment.