Skip to content

Commit

Permalink
Support deserializing Arc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Jun 11, 2024
1 parent 72c2b12 commit 73296b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limitador/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lenient_conditions = []
moka = { version = "0.12", features = ["sync"] }
dashmap = "5.5.3"
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde = { version = "1", features = ["derive", "rc"] }
postcard = { version = "1.0.4", features = ["use-std"] }
serde_json = "1"
rmp-serde = "1.1.0"
Expand Down

0 comments on commit 73296b4

Please sign in to comment.