Skip to content

Commit

Permalink
chore: bump versions for v0.1.1 release (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored Dec 15, 2022
1 parent ec173ad commit 54c2031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand All @@ -12,10 +12,11 @@ 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 = "0.1.0"}
extism-pdk-derive = {path = "./derive", version = "0.1.1"}
extism-manifest = {version = "0.1.0", optional = true}
rmp-serde = {version = "1", optional = true}
base64 = "0.20.0-alpha.1"

[features]
default = ["http", "msgpack"]
http = ["extism-manifest"]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk-derive"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 54c2031

Please sign in to comment.