Skip to content

Commit

Permalink
Fix encoding for labels in DCSR spec json.
Browse files Browse the repository at this point in the history
Labels are byte arrays but we want to map them to strings when we
serialize the DcsrSpec struc to / from JSON.
  • Loading branch information
flihp committed Mar 26, 2024
1 parent 644b99f commit a07fb20
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 1 deletion.
256 changes: 255 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rand_chacha = "0.3.1"
rpassword = "7.3.1"
serde = "1.0.197"
serde_json = "1.0.114"
serde_with = "3.7.0"
static_assertions = "1.1.0"
tempfile = "3.10.1"
textwrap = "0.16.1"
Expand Down
Loading

0 comments on commit a07fb20

Please sign in to comment.