Skip to content

Commit

Permalink
Use p2panda version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Nov 3, 2023
1 parent 1d05312 commit ee7e217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dialoguer = "0.10.4"
gql_client = "1.0.7"
hex = "0.4.3"
indicatif = "0.17.5"
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "06b2fee74b40c779d85a0ef3b37bab8386b164ca", features = ["test-utils"] }
p2panda-rs = { version = "0.8.0", features = ["test-utils"] }
path-clean = "1.0.1"
serde = { version = "1.0.174", features = ["derive"] }
tokio = { version = "1.29.1", features = ["macros", "rt"] }
Expand Down

0 comments on commit ee7e217

Please sign in to comment.