Skip to content

Commit

Permalink
update compact_str version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Aug 7, 2024
1 parent f886b24 commit 228bfe3
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 @@ -88,7 +88,7 @@ time = { version = "0.3.36", default-features = false }
typed-arena = { version = "2.0.2", default-features = false }
xmlparser = { version = "0.13.6", default-features = false }
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }
compact_str = { version = "0.8.0-beta", default-features = false, features = ["serde"] }
compact_str = { version = "0.8.0", default-features = false, features = ["serde"] }
ryu = { version = "1.0", default-features = false }

# std deps
Expand Down

0 comments on commit 228bfe3

Please sign in to comment.