Skip to content

Commit db1fbeb

Browse files
author
zach
authored
chore: bump versions for 1.2.1 release (#62)
1 parent a1e819f commit db1fbeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extism-pdk"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
authors = ["The Extism Authors", "oss@extism.org"]
66
license = "BSD-3-Clause"
@@ -12,7 +12,7 @@ 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.2.0" }
15+
extism-pdk-derive = { path = "./derive", version = "1.2.1" }
1616
extism-manifest = { version = "1.2.0", optional = true }
1717
extism-convert = { version = "1.2.0", features = ["extism-pdk-path"] }
1818
base64 = "0.22.1"

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extism-pdk-derive"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
authors = ["The Extism Authors", "oss@extism.org"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)