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

Commit

Permalink
docs: Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 6, 2023
1 parent af1dd5a commit bc58a33
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 29 deletions.
42 changes: 18 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ crate-type = ['cdylib']
[dependencies]
extism-pdk = "0.3.4"
once_cell = "1.18.0"
proto_pdk = { version = "0.6.5", path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.6.5" } # , path = "../../proto/crates/pdk" }
regex = "1.9.5"
serde = "1.0.188"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.5.9", path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.8"
proto_pdk_test_utils = { version = "0.5.9" } # , path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.9"
tokio = "1.32.0"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Building from source (with `python-build`), and supporting Python 2, will be sup
Build the plugin:

```shell
carpython build --target wasm32-wasi
cargo build --target wasm32-wasi
```

Test the plugin by running `proto` commands. Requires proto >= v0.12.
Test the plugin by running `proto` commands. Requires proto >= v0.17.

```shell
proto install python-test
Expand Down

0 comments on commit bc58a33

Please sign in to comment.