mirror of
https://github.com/tlsnotary/tlsn-plugin-boilerplate.git
synced 2026-01-08 19:37:53 -05:00
Fix log issue in latest Extism pdk (has to match sdk version)
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user