Skip to content

Commit

Permalink
fix: [torrust#226] user serde-bencode v0.2.4
Browse files Browse the repository at this point in the history
There was a problem with list (nodes) containing other list (tuples)
with different value types.

```json
{
   "info": {
      "length": 8,
      "name": "minimal.txt",
      "piece length": 16384,
      "pieces": "<hex>30 9A 84 51 4A F1 09 D0 8C 34 42 11 26 67 7F 84 B3 23 4D 78</hex>"
   },
   "nodes": [
      [
         "188.163.121.224",
         56711
      ],
      [
         "162.250.131.26",
         13386
      ]
   ]
}
```
  • Loading branch information
josecelano committed Oct 27, 2023
1 parent db99842 commit 3550c44
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 135 deletions.
Loading

0 comments on commit 3550c44

Please sign in to comment.