Skip to content

Commit

Permalink
Bump pretty_assertions dependency (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Sep 27, 2023
1 parent 51e50d1 commit 69322a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/example-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ name = "example-protocol"
version = "0.1.0"

[dependencies]
bytes = {version = "1", features = ["serde"]}
fp-bindgen = {path = "../../fp-bindgen", features = [
bytes = { version = "1", features = ["serde"] }
fp-bindgen = { path = "../../fp-bindgen", features = [
"bytes-compat",
"http-compat",
"serde-bytes-compat",
"time-compat",
"generators",
]}
] }
http = "0.2"
once_cell = "1"
pretty_assertions = "0.7"
redux-example = {path = "../redux-example"}
serde = {version = "1.0", features = ["derive"]}
pretty_assertions = "1"
redux-example = { path = "../redux-example" }
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
time = {version = "0.3", features = ["macros", "serde-human-readable"]}
time = { version = "0.3", features = ["macros", "serde-human-readable"] }

0 comments on commit 69322a5

Please sign in to comment.