Skip to content

Commit

Permalink
build(rmp-serde): pin to v0.15.5 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s authored Dec 13, 2023
1 parent 5b7c1aa commit 8394f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/holochain_serialized_bytes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
serde = { version = "=1.0.193", features = ["serde_derive"] }
serde_json = { version = "1.0.51", features = ["preserve_order"] }
holochain_serialized_bytes_derive = { version = "=0.0.53", path = "../holochain_serialized_bytes_derive" }
rmp-serde = "0.15"
rmp-serde = "=0.15.5"
serde-transcode = "1.1.0"
thiserror = "1.0.10"
serde_bytes = "0.11"
Expand Down

0 comments on commit 8394f1c

Please sign in to comment.