diff options
| author | murilo ijanc | 2026-03-25 22:28:58 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 22:28:58 -0300 |
| commit | 441775eedc9687c7b038fc3bcf548093eb0a7dee (patch) | |
| tree | b1ad0fbeffe6a9f246f222d6ece4afcddd0f31dd /Cargo.toml | |
| parent | 4214189961d59b9de15e221a9c4b229c0d646e78 (diff) | |
| download | tesseras-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |