diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 1758c1c..ab07e48 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -767,8 +767,8 @@ entry( '* ', 'rust-lang/time', rows_stable, rows_unstable ) add( '\n### Encoding\n', rows_stable, rows_unstable ) entry( '* ', 'TyOverby/bincode', rows_stable, rows_unstable ) -add( ' * Bencode', rows_stable, rows_unstable ) -entry( '* ', 'arjantop/rust-bencode', rows_stable, rows_unstable ) +add( '* Bencode', rows_stable, rows_unstable ) +entry( ' * ', 'arjantop/rust-bencode', rows_stable, rows_unstable ) add( '* Cap\'n Proto', rows_stable, rows_unstable ) entry( ' * ', 'dwrensha/capnproto-rust', rows_stable, rows_unstable ) add( '* Character Encoding', rows_stable, rows_unstable )