Skip to content

Commit

Permalink
Use p2panda-rs with pinned relation list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Apr 22, 2023
1 parent 51b9b8e commit b3d4cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lipmaa-link = "^0.2.2"
log = "^0.4.17"
once_cell = "^1.12.0"
openssl-probe = "^0.1.5"
p2panda-rs = { version = "^0.7.0", features = [
p2panda-rs = { git = "https://github.com/p2panda/p2panda", branch = "pinned-relation-list-tests", features = [
"storage-provider",
] }
serde = { version = "^1.0.144", features = ["derive"] }
Expand Down Expand Up @@ -80,7 +80,7 @@ env_logger = "^0.9.0"
http = "^0.2.8"
hyper = "^0.14.19"
once_cell = "^1.12.0"
p2panda-rs = { version = "^0.7.0", features = [
p2panda-rs = { git = "https://github.com/p2panda/p2panda", branch = "pinned-relation-list-tests", features = [
"test-utils",
"storage-provider",
] }
Expand Down

0 comments on commit b3d4cc0

Please sign in to comment.