Skip to content

Commit

Permalink
Use p2panda v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Sep 7, 2022
1 parent b7f5f4b commit 1b50f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

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

0 comments on commit 1b50f5c

Please sign in to comment.