Skip to content

Commit 93d73b1

Browse files
authored
Merge pull request #18 from bandprotocol/update-version
Update dependency version
2 parents 7e58e24 + 6d22489 commit 93d73b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "owasm-crypto"
77
readme = "README.md"
88
repository = "https://github.com/bandprotocol/owasm/tree/master/packages/crypto"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
[features]
1212
default = []

packages/kit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "owasm-kit"
77
readme = "README.md"
88
repository = "https://github.com/bandprotocol/owasm/tree/master/packages/kit"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
[dependencies]
1212
num = "0.2.1"

packages/vm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ license = "Apache-2.0"
66
name = "owasm-vm"
77
readme = "README.md"
88
repository = "https://github.com/bandprotocol/owasm/tree/master/packages/vm"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
[dependencies]
1212
assert_matches = "1.3.0"
1313
clru = "0.2.0"
1414
hex = "0.4"
15-
owasm-crypto = {path = "../crypto", version = "0.2.0"}
15+
owasm-crypto = {path = "../crypto", version = "0.2.1"}
1616
sha2 = "0.9.1"
1717
tempfile = "3.1.0"
1818
wasm-instrument = "0.2.0"

0 commit comments

Comments
 (0)