From 0e56be64b11ad0a6837cc44badcf8e19391660d7 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Tue, 29 Oct 2024 17:06:00 +0100 Subject: [PATCH] Fix log issue in latest Extism pdk (has to match sdk version) --- examples/twitter_profile_rs/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/twitter_profile_rs/Cargo.toml b/examples/twitter_profile_rs/Cargo.toml index bf7e1f9..43eeae7 100644 --- a/examples/twitter_profile_rs/Cargo.toml +++ b/examples/twitter_profile_rs/Cargo.toml @@ -9,7 +9,8 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.89" base64 = "0.22.1" -extism-pdk = "1.1.0" +## The version needs to be locked to 1.2.0 until Extism in the browser extension is updated +extism-pdk = "=1.2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" }