Skip to content

Commit 068165d

Browse files
author
zach
authored
chore: bump to 1.2.0 for release (#56)
1 parent b0e8c3b commit 068165d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

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

2020
[features]

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.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
authors = ["The Extism Authors", "[email protected]"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)