Skip to content

Commit

Permalink
bumping versions from 0.0.76 to 0.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Feb 3, 2022
1 parent 57024d8 commit 2e04c0b
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "holochain_wasmer_common"
description = "commons for both host and guest"
license = "GPL-3.0-only"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
12 changes: 6 additions & 6 deletions crates/guest/Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "holochain_wasmer_guest"
description = "wasm guest code"
license = "GPL-3.0-only"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand All @@ -15,7 +15,7 @@ path = "src/guest.rs"

[dependencies]
holochain_serialized_bytes = { version = "=0.0.51", features = [] }
holochain_wasmer_common = { version = "=0.0.76", path = "../common" }
holochain_wasmer_common = { version = "=0.0.77", path = "../common" }
serde = "1.0.136"
tracing = "0.1"
parking_lot = "0.11.1"
4 changes: 2 additions & 2 deletions crates/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "holochain_wasmer_host"
description = "wasm host code"
license = "GPL-3.0-only"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

[dependencies]
wasmer = "=2.0.0"
holochain_wasmer_common = { version = "=0.0.76", path = "../common" }
holochain_wasmer_common = { version = "=0.0.77", path = "../common" }
holochain_serialized_bytes = "=0.0.51"
serde = "1.0.136"
tracing = "0.1"
Expand Down
8 changes: 4 additions & 4 deletions test/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 test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion test/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_common"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions test/test_wasm/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 test/test_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_wasm"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions test/wasm_empty/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 test/wasm_empty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_wasm_empty"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions test/wasm_io/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 test/wasm_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_wasm_io"
version = "0.0.76"
version = "0.0.77"
authors = [ "thedavidmeister", "[email protected]" ]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions test/wasm_memory/Cargo.lock

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

0 comments on commit 2e04c0b

Please sign in to comment.