Skip to content
Snippets Groups Projects
Commit ac1bcb6a authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Support a newer format version of R .rds files.

parent d12af4cc
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ import binascii
RDS_HEADERS = {
binascii.a2b_hex("580a000000020003"),
binascii.a2b_hex("580a000000030003"),
binascii.a2b_hex("580a000000030004"),
}
DUMP_RDB = rb"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment