Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 3, 2024
1 parent 90adbf7 commit 2ff0ac0
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 @@ -21,7 +21,7 @@ arb = ["dep:quickcheck", "cid/arb"]
# Enables support for the Codec trait, needs at least Rust 1.75
codec = []
# Makes the internal representation of an IPLD integer an `i64` instead of the default `i128`. This
# is usefult to work around Serde limitations in regards to untagged enums that contain `i128`
# is useful to work around Serde limitations in regards to untagged enums that contain `i128`
# types. **Warning** enabling this feature might break compatibility with existing data.
integer-max-i64 = []

Expand Down

0 comments on commit 2ff0ac0

Please sign in to comment.