Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 3, 2024
1 parent 6447dae commit c573807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/rs-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ drive = { path = "../rs-drive", default-features = false, features = [
drive-proof-verifier = { path = "../rs-drive-proof-verifier" }
dapi-grpc-macros = { path = "../rs-dapi-grpc-macros" }
http = { version = "1.1" }
rustls-pemfile = { version = "2.0.0" }
thiserror = "1.0.64"
tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.12" }
Expand Down Expand Up @@ -57,7 +58,7 @@ sanitize-filename = { version = "0.5.0" }
test-case = { version = "3.3.1" }

[features]
default = ["mocks", "offline-testing"]
default = ["mocks", "network-testing"]

mocks = [
"dep:serde",
Expand Down

0 comments on commit c573807

Please sign in to comment.