Skip to content

Commit

Permalink
fix(client-core): add tracing dependency
Browse files Browse the repository at this point in the history
A call to tracing:: was added on arlyon#576
but the dependency seems to be missing, which causes the branch to not
compile at the moment.
  • Loading branch information
augustoccesar committed Jul 29, 2024
1 parent 2b918fe commit 519da4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-stripe-client-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ bytes = "1.6.0"
miniserde.workspace = true
futures-util = "0.3.28"
uuid = { version = "1.6.1", optional = true, features = ["v4"] }
tracing = "0.1.40"

0 comments on commit 519da4d

Please sign in to comment.