Skip to content

Commit

Permalink
Enable serde_cbor support for tags for the cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Apr 5, 2024
1 parent 0fcc594 commit ef13480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ clap = { workspace = true, features = ["derive"] }
stderrlog.workspace = true
nquads-syntax.workspace = true
json-syntax.workspace = true
serde_cbor.workspace = true
serde_cbor = { workspace = true, features = ["tags"] }
codespan-reporting.workspace = true
thiserror.workspace = true
iref.workspace = true
Expand Down

0 comments on commit ef13480

Please sign in to comment.