diff options
| author | murilo ijanc | 2026-03-27 00:48:23 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-27 00:48:23 -0300 |
| commit | 18fa0f13f64e69bf70addc1e28a8ab0a39207eb2 (patch) | |
| tree | 09038aba1cb1e63ee0232369e523facfa7820925 /Cargo.toml | |
| parent | 660bc943ba26968692e731963e6b324299519542 (diff) | |
| download | tesseras-paste-0.1.2.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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |