-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
* build: bump version to 0.0.97 * chore: grammer * chore: changelog
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "holochain_wasmer_common" | ||
description = "commons for both host and guest" | ||
license = "Apache-2.0" | ||
version = "0.0.96" | ||
version = "0.0.97" | ||
authors = ["thedavidmeister", "[email protected]"] | ||
edition = "2021" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "holochain_wasmer_guest" | ||
description = "wasm guest code" | ||
license = "Apache-2.0" | ||
version = "0.0.96" | ||
version = "0.0.97" | ||
authors = ["thedavidmeister", "[email protected]"] | ||
edition = "2021" | ||
|
||
|
@@ -15,11 +15,11 @@ path = "src/guest.rs" | |
|
||
[dependencies] | ||
holochain_serialized_bytes = "=0.0.55" | ||
holochain_wasmer_common = { version = "=0.0.96", path = "../common" } | ||
holochain_wasmer_common = { version = "=0.0.97", path = "../common" } | ||
serde = "1" | ||
tracing = "0.1" | ||
paste = "1.0" | ||
|
||
[dev-dependencies] | ||
holochain_wasmer_common = { version = "=0.0.96", path = "../common", features = ["fuzzing"] } | ||
holochain_wasmer_common = { version = "=0.0.97", path = "../common", features = ["fuzzing"] } | ||
test-fuzz = "6.0.0" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
name = "holochain_wasmer_host" | ||
description = "wasm host code" | ||
license = "Apache-2.0" | ||
version = "0.0.96" | ||
version = "0.0.97" | ||
authors = ["thedavidmeister", "[email protected]"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
wasmer = { version = "5.0.2", default-features = false } | ||
wasmer-middlewares = { version = "5.0.2", optional = true } | ||
|
||
holochain_wasmer_common = { version = "=0.0.96", path = "../common" } | ||
holochain_wasmer_common = { version = "=0.0.97", path = "../common" } | ||
holochain_serialized_bytes = "=0.0.55" | ||
serde = "1" | ||
tracing = "0.1" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.