You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Zana cfc7856894 Patch serde to github.com/AndrewScull/serde fork
serde_derive does not currently support using integer values as map
keys. CTAP uses integer values for various CBOR map keys. In order to
properly serialize and deserialize types for the CTAP protocol, a forked
version of serde from a pull request that adds support for renaming
field keys as integer types is used.

Tracked in <https://github.com/serde-rs/serde/pull/2209>
1 year ago
crates Patch serde to github.com/AndrewScull/serde fork 1 year ago
.gitignore ignore target 1 year ago
Cargo.lock Update Cargo.lock 1 year ago
Cargo.toml Patch serde to github.com/AndrewScull/serde fork 1 year ago
rustfmt.toml add rustfmt.toml 1 year ago