From c31dea8fd108dfc4da1985fc3d8e6b786f6efa92 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Thu, 2 Nov 2023 13:53:54 -0500 Subject: [PATCH] docs: pull from beta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f1503..734e2f3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ cargo new --lib my-plugin Add the library from [crates.io](https://crates.io/crates/extism-pdk). ```bash -cargo add extism-pdk +cargo add extism-pdk@1.0.0-beta.0 ``` Change your `Cargo.toml` to set the crate-type to `cdylib` (this instructs the compiler to produce a dynamic library, which for our target will be a Wasm binary):