aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2026-03-25 22:28:58 -0300
committermurilo ijanc2026-03-25 22:28:58 -0300
commit441775eedc9687c7b038fc3bcf548093eb0a7dee (patch)
treeb1ad0fbeffe6a9f246f222d6ece4afcddd0f31dd /Cargo.toml
parent4214189961d59b9de15e221a9c4b229c0d646e78 (diff)
downloadtesseras-paste-441775eedc9687c7b038fc3bcf548093eb0a7dee.tar.gz
Bump version to 0.1.1, update tesseras-dht to 0.1.2fix/rejoin-bootstrap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73338d8..03bc0ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tesseras-paste"
-version = "0.1.0"
+version = "0.1.1"
edition = "2024"
license = "ISC"
readme = "README.md"
@@ -24,4 +24,4 @@ env_logger = "=0.11.10"
log = "=0.4.29"
# tesseras
-tesseras-dht = "=0.1.1"
+tesseras-dht = "=0.1.2"