Skip to content

Commit

Permalink
Use p2panda-rs 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Oct 30, 2023
1 parent a04614c commit 522268f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.

8 changes: 3 additions & 5 deletions aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ libp2p = { version = "0.52.3", features = [
"tokio",
"yamux",
"tcp",
"quic"
"quic",
] }
libp2p-allow-block-list = "0.2.0"
# libp2p-quic = { version = "0.9.2", features = ["tokio"] }
lipmaa-link = "0.2.2"
log = "0.4.19"
once_cell = "1.18.0"
openssl-probe = "0.1.5"
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "53c9cce6269bae4ba7f414340ee3017fa5311953", features = [
"storage-provider",
] }
p2panda-rs = { version = "0.8.0", features = ["storage-provider"] }
rand = "0.8.5"
regex = "1.9.3"
serde = { version = "1.0.152", features = ["derive"] }
Expand Down Expand Up @@ -99,7 +97,7 @@ http = "0.2.9"
hyper = "0.14.19"
libp2p-swarm-test = "0.2.0"
once_cell = "1.17.0"
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "53c9cce6269bae4ba7f414340ee3017fa5311953", features = [
p2panda-rs = { version = "0.8.0", features = [
"test-utils",
"storage-provider",
] }
Expand Down
2 changes: 1 addition & 1 deletion aquadoggo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] }
hex = "0.4.3"
libp2p = "0.52.0"
log = "0.4.20"
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "53c9cce6269bae4ba7f414340ee3017fa5311953" }
p2panda-rs = "0.8.0"
path-clean = "1.0.1"
serde = { version = "1.0.185", features = ["serde_derive"] }
tempfile = "3.7.0"
Expand Down

0 comments on commit 522268f

Please sign in to comment.