Skip to content

Commit eebc8f8

Browse files
authored
feat: update to include rust-protobuf, bump version (#44)
1 parent 30adb05 commit eebc8f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extism-pdk"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["The Extism Authors", "oss@extism.org"]
66
license = "BSD-3-Clause"
@@ -12,15 +12,16 @@ description = "Extism Plug-in Development Kit (PDK) for Rust"
1212
anyhow = "1"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_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" }
1818
base64 = "0.21.0"
1919

2020
[features]
2121
default = ["http", "msgpack"]
2222
http = ["extism-manifest"]
2323
msgpack = ["extism-convert/msgpack"]
24+
protobuf = ["extism-convert/protobuf"]
2425

2526
[workspace]
2627
members = [

0 commit comments

Comments
 (0)