aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2026-03-27 11:58:41 -0300
committermurilo ijanc2026-03-27 11:58:41 -0300
commit75fddf425102369828f7e8366ebdad4ea086fd07 (patch)
treeb3ba7541c16fb496e85a96b4ba2bf4825f80962f /Cargo.toml
parent18fa0f13f64e69bf70addc1e28a8ab0a39207eb2 (diff)
downloadtesseras-paste-75fddf425102369828f7e8366ebdad4ea086fd07.tar.gz
Bump version to 0.1.3, update tesseras-dht to 0.1.4v0.1.3
- Block marker on delete prevents DHT re-import - Remote delete propagation via delete_callback - New index page with project info and man page links - Fix lookups status order (started/completed)
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 ed1af59..ef41e77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tesseras-paste"
-version = "0.1.2"
+version = "0.1.3"
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.3"
+tesseras-dht = "=0.1.4"