Skip to content

Commit

Permalink
feat: update to include rust-protobuf, bump version (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored Jan 25, 2024
1 parent 30adb05 commit eebc8f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"
Expand All @@ -12,15 +12,16 @@ description = "Extism Plug-in Development Kit (PDK) for Rust"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
extism-pdk-derive = {path = "./derive", version = "1.0.0"}
extism-manifest = {version = "1.0.0", optional = true}
extism-convert = { version = "1.0"}
extism-pdk-derive = { path = "./derive", version = "1.0.0" }
extism-manifest = { version = "1.0.0", optional = true }
extism-convert = { version = "1.0.3" }
base64 = "0.21.0"

[features]
default = ["http", "msgpack"]
http = ["extism-manifest"]
msgpack = ["extism-convert/msgpack"]
protobuf = ["extism-convert/protobuf"]

[workspace]
members = [
Expand Down

0 comments on commit eebc8f8

Please sign in to comment.