Skip to content

Commit 806648d

Browse files
authored
microcbor: derivable CBOR encoding with statically-known max length (#2246)
1 parent a6d1f82 commit 806648d

File tree

16 files changed

+2501
-105
lines changed

16 files changed

+2501
-105
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xtask = "run --package xtask --"
77
# version_detect is basically "if nightly { return true; }". This setting gets
88
# overridden within xtask for Hubris programs, so this only affects host tools like
99
# xtask.
10-
rustflags = ["-Zallow-features=proc_macro_diagnostic,used_with_arg"]
10+
rustflags = ["-Zallow-features=proc_macro_diagnostic,used_with_arg,proc_macro_span"]
1111

1212
[unstable]
1313
bindeps = true

0 commit comments

Comments
 (0)