Skip to content

Commit 3d14568

Browse files
committed
add reserve to the test crate
1 parent 7a2f6da commit 3d14568

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async-stripe-terminal = { path = "../generated/async-stripe-terminal", features
2828
async-stripe-fraud = { path = "../generated/async-stripe-fraud", features = ["serialize"] }
2929
async-stripe-issuing = { path = "../generated/async-stripe-issuing", features = ["serialize"] }
3030
async-stripe-misc = { path = "../generated/async-stripe-misc", features = ["serialize"] }
31+
async-stripe-reserve = { path = "../generated/async-stripe-reserve", features = ["serialize"] }
3132

3233
async-stripe = { path = "../async-stripe", default-features = false, features = ["blocking", "async-std-surf"] }
3334

0 commit comments

Comments
 (0)