File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0"
6
6
name = " owasm-crypto"
7
7
readme = " README.md"
8
8
repository = " https://github.com/bandprotocol/owasm/tree/master/packages/crypto"
9
- version = " 0.2.1 "
9
+ version = " 0.2.2 "
10
10
11
11
[features ]
12
12
default = []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0"
6
6
name = " owasm-kit"
7
7
readme = " README.md"
8
8
repository = " https://github.com/bandprotocol/owasm/tree/master/packages/kit"
9
- version = " 0.2.1 "
9
+ version = " 0.2.2 "
10
10
11
11
[dependencies ]
12
12
num = " 0.2.1"
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ license = "Apache-2.0"
6
6
name = " owasm-vm"
7
7
readme = " README.md"
8
8
repository = " https://github.com/bandprotocol/owasm/tree/master/packages/vm"
9
- version = " 0.2.1 "
9
+ version = " 0.2.2 "
10
10
11
11
[dependencies ]
12
12
assert_matches = " 1.3.0"
13
13
clru = " 0.2.0"
14
14
hex = " 0.4"
15
- owasm-crypto = {path = " ../crypto" , version = " 0.2.1 " }
15
+ owasm-crypto = {path = " ../crypto" , version = " 0.2.2 " }
16
16
sha2 = " 0.9.1"
17
17
tempfile = " 3.1.0"
18
18
wasm-instrument = " 0.2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " owasm-vm-fuzz"
3
- version = " 0.0.0 "
3
+ version = " 0.2.2 "
4
4
authors = [" Automatically generated" ]
5
5
publish = false
6
6
edition = " 2018"
Original file line number Diff line number Diff line change
1
+ # Run Fuzz Test
2
+
3
+ cargo fuzz run fuzz_target_1 -- -runs=<number of run limit >
4
+
5
+ ** Currently, can't run on MacOS because of Sanitizer issue
6
+ For details see https://github.com/google/sanitizers/issues/189
You can’t perform that action at this time.
0 commit comments