Skip to content

Commit 29bf297

Browse files
authored
Fix a small issue publishing docs (#750)
1 parent 7f0ca73 commit 29bf297

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/angry-chefs-kick.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

docs/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66

77
[dependencies]
88
orca_whirlpools_core = { path = "../../rust-sdk/core", features = ["floats"] }
9-
orca_whirlpools_client = { path = "../../rust-sdk/client" }
9+
orca_whirlpools_client = { path = "../../rust-sdk/client", features = ["core-types"] }
1010
orca_whirlpools = { path = "../../rust-sdk/whirlpool" }
1111

0 commit comments

Comments
 (0)