File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " extism-pdk"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44edition = " 2021"
55authors = [" The Extism Authors" , " oss@extism.org" ]
66license = " BSD-3-Clause"
@@ -12,15 +12,16 @@ description = "Extism Plug-in Development Kit (PDK) for Rust"
1212anyhow = " 1"
1313serde = { version = " 1" , features = [" derive" ] }
1414serde_json = " 1"
15- extism-pdk-derive = {path = " ./derive" , version = " 1.0.0" }
16- extism-manifest = {version = " 1.0.0" , optional = true }
17- extism-convert = { version = " 1.0" }
15+ extism-pdk-derive = { path = " ./derive" , version = " 1.0.0" }
16+ extism-manifest = { version = " 1.0.0" , optional = true }
17+ extism-convert = { version = " 1.0.3 " }
1818base64 = " 0.21.0"
1919
2020[features ]
2121default = [" http" , " msgpack" ]
2222http = [" extism-manifest" ]
2323msgpack = [" extism-convert/msgpack" ]
24+ protobuf = [" extism-convert/protobuf" ]
2425
2526[workspace ]
2627members = [
You can’t perform that action at this time.
0 commit comments