Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 20, 2023
1 parent a9012bf commit 1ef6339
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
48 changes: 17 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ crate-type = ['cdylib']

[dependencies]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.7.9" } # , path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.7.9", path = "../../proto/crates/pdk" }
serde = "1.0.189"
toml = "0.8.2"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.8.1" } # , path = "../../proto/crates/pdk-test-utils" }
proto_pdk_test_utils = { version = "0.8.1", path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.11"
tokio = "1.33.0"

Expand Down

0 comments on commit 1ef6339

Please sign in to comment.