Skip to content

Commit

Permalink
update convert crate
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 5, 2023
1 parent 926dc2a commit 0a22f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
extism-pdk-derive = {path = "./derive", version = "0.3.1"}
extism-manifest = {version = "0.5.0", optional = true}
extism-convert = {git = "https://github.com/extism/extism", version = "0.1"} # TODO: change this after extism-convert has been released
extism-convert = { version = "0.2"}
base64 = "0.21.0"

[features]
Expand Down

0 comments on commit 0a22f39

Please sign in to comment.