summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-05 09:27:44 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-06 16:28:59 +0100
commit397805100d2fc48937652b4c54a8870501966301 (patch)
treea31dd23e3deb1bd920b57cd7cd3841e8e872359c /Cargo.toml
parent30df43d2d3dc4b53e69bb1666d5d8f3c2550abfc (diff)
Implement saveable and loadable profile state
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 553f189..a1fb058 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ serde = "1"
serde_json = "1"
getset = "0.1"
xdg = "2.4"
-libp2p = "0.41"
+libp2p = "0.39.1"
tracing = "0.1"
[dependencies.ipfs]