From 4d172cd37d02349d2973877cfc421176b875c8bf Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 14 Sep 2023 12:34:37 -0700 Subject: [PATCH] cleanup: use main extism branch for extism-convert --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5973367..5b8fb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" extism-pdk-derive = {path = "./derive", version = "0.3.1"} extism-manifest = {version = "0.5.0", optional = true} -extism-convert = {git = "https://github.com/extism/extism", branch = "convert-crate", version = "0.1"} +extism-convert = {git = "https://github.com/extism/extism", version = "0.1"} # TODO: change this after extism-convert has been released base64 = "0.21.0" [features]