Skip to content

Commit

Permalink
Update to latest version of p2panda-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jul 24, 2023
1 parent 9754999 commit 95a8776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -55,7 +55,7 @@ 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 = "0d73ab7836cf89124adfa20d1b5f69374407e132", features = [
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "392a730b3259fd836f2414b64ebf56db7767f33f", features = [
"storage-provider",
] }
serde = { version = "1.0.152", features = ["derive"] }
Expand Down Expand Up @@ -89,7 +89,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 = "0d73ab7836cf89124adfa20d1b5f69374407e132", features = [
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "392a730b3259fd836f2414b64ebf56db7767f33f", 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 @@ -25,7 +25,7 @@ clap = { version = "4.1.8", features = ["derive"] }
env_logger = "0.9.0"
hex = "0.4.3"
libp2p = "0.52.0"
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "0d73ab7836cf89124adfa20d1b5f69374407e132" }
p2panda-rs = { git = "https://github.com/p2panda/p2panda", rev = "392a730b3259fd836f2414b64ebf56db7767f33f" }
tokio = { version = "1.28.2", features = ["full"] }

[dependencies.aquadoggo]
Expand Down

0 comments on commit 95a8776

Please sign in to comment.