aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2026-03-27 00:48:23 -0300
committermurilo ijanc2026-03-27 00:48:23 -0300
commit18fa0f13f64e69bf70addc1e28a8ab0a39207eb2 (patch)
tree09038aba1cb1e63ee0232369e523facfa7820925 /Cargo.toml
parent660bc943ba26968692e731963e6b324299519542 (diff)
downloadtesseras-paste-18fa0f13f64e69bf70addc1e28a8ab0a39207eb2.tar.gz
Bump version to 0.1.2, update tesseras-dht to 0.1.3v0.1.2
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 03bc0ac..ed1af59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tesseras-paste"
-version = "0.1.1"
+version = "0.1.2"
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.2"
+tesseras-dht = "=0.1.3"