Skip to content

Commit 5d43de3

Browse files
epageweihanglo
andauthored
fix: Typo
Co-authored-by: Weihang Lo <[email protected]>
1 parent aa00cc3 commit 5d43de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-10-31-this-development-cycle-in-cargo-1.83.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ some tool authors were discussing with the Cargo team how to optimize `cargo met
146146
One of the concerns raised was with the serialization / deserialization time of json.
147147
In considering supporting another format, there has to be enough of a difference from json to be worth the effort, it must have a good compatibility story, and we should consider the interoperability of the format.
148148
For example, CBOR was brought up.
149-
While it has an IETFC RFC,
149+
While it has an IETF RFC,
150150
the Rust implementations have had some incompatibilities between them and the deserialization time seems to be on par with json
151151
([source](https://github.com/djkoloski/rust_serialization_benchmark)) though real world benchmarks with `cargo metadata` would be needed to tell if it will make a difference.
152152

0 commit comments

Comments
 (0)