Skip to content

Commit

Permalink
Use aquadoggo version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jan 26, 2024
1 parent ba601e1 commit 21d9608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "p2panda-tauri-example"
version = "0.0.0"
version = "0.1.0"
description = "A Tauri App with p2panda"
edition = "2021"

Expand All @@ -9,7 +9,7 @@ tauri-build = { version = "1.4", features = [] }

[dependencies]
anyhow = "1.0.79"
aquadoggo = { git = "https://github.com/p2panda/aquadoggo", rev = "82e85f0e3f1c7d3a6201b49cf3a3f89e6b2fcae3" }
aquadoggo = "0.7.1"
env_logger = "0.10.1"
figment = { version = "0.10.14", features = ["toml", "env"] }
hex = "0.4.3"
Expand Down

0 comments on commit 21d9608

Please sign in to comment.