Bump to version 0.0.1-rc.6 (#67)

Co-authored-by: zach <zach@dylib.so>
This commit is contained in:
Benjamin Eckel
2022-11-04 14:48:19 -05:00
committed by GitHub
parent cb87a30fb3
commit 5cfa2a0a5e
9 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "extism-runtime"
version = "0.0.1-rc.5"
version = "0.0.1-rc.6"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"
@@ -28,7 +28,7 @@ log4rs = "1.1"
url = "2.3"
glob = "0.3"
ureq = {version = "2.5", optional=true}
extism-manifest = { version = "0.0.1-rc.4", path = "../manifest" }
extism-manifest = { version = "0.0.1-rc.6", path = "../manifest" }
pretty-hex = { version = "0.3" }
[features]