Skip to content

Commit

Permalink
cleanup: use main extism branch for extism-convert
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 14, 2023
1 parent 595e2e5 commit 4d172cd
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", branch = "convert-crate", version = "0.1"}
extism-convert = {git = "https://github.com/extism/extism", version = "0.1"} # TODO: change this after extism-convert has been released
base64 = "0.21.0"

[features]
Expand Down

0 comments on commit 4d172cd

Please sign in to comment.