Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 7, 2023
1 parent 08d947d commit 4a65a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ system_env = { version = "0.1.8", path = "../system-env", features = [
version_spec = { version = "0.1.6", path = "../version-spec", features = [
"schematic",
] }
warpgate = { version = "0.6.0", path = "../warpgate", features = ["schematic"] }
warpgate = { version = "0.7.0", path = "../warpgate", features = ["schematic"] }
cached = { workspace = true }
extism = { workspace = true }
human-sort = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MIT"
description = "Download, resolve, and manage Extism WASM plugins at runtime."
Expand Down

0 comments on commit 4a65a4a

Please sign in to comment.