client: remove failing doctests
This commit is contained in:
parent
c19c3480e7
commit
033cdeab7c
|
@ -3,6 +3,9 @@ name = "client"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
anchor-client = "0.24.2"
|
||||
anchor-lang = "0.24.2"
|
||||
|
|
Loading…
Reference in New Issue