Skip to content

Commit

Permalink
Bump b64-ct version
Browse files Browse the repository at this point in the history
Previous version did not execute on 32-bit x86 systems
  • Loading branch information
tvsfx committed Dec 5, 2024
1 parent 621eb9e commit 1973377
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 @@ -12,7 +12,7 @@ repository = "https://github.com/serde-rs/json"
rust-version = "1.56"

[dependencies]
b64-ct = { version = "0.1.2", default-features = false }
b64-ct = { version = "0.1.3", default-features = false }
indexmap = { version = "2.2.3", optional = true }
itoa = "1.0"
memchr = { version = "2", default-features = false }
Expand Down

0 comments on commit 1973377

Please sign in to comment.