Skip to content

Commit

Permalink
[+] v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMaka committed Sep 30, 2024
1 parent 06c2bc7 commit 01ffcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See tests and examples for inspiration.
/* Run in dir: */ use kawala::{ View, Calldata, WithSig };
cargo add kawala //
// or add to Cargo.toml: //* init *///------------------------------------------------------->
kawala = "0.1.3" let mut view = View::new(Calldata::from_hex("ff"), WithSig::False);
kawala = "0.1.4" let mut view = View::new(Calldata::from_hex("ff"), WithSig::False);
```
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion misc/kawalas_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
##### v0.1.3
- Added edge case handlers to `pad32l` and `pad32r`
- - Functions needed to be more robust as the ones accepting arbitrary length
- Added tests added to cover most of bai and kwl32
- Added tests to cover most of bai and kwl32
- Modules are now public

##### v0.1.2
Expand Down

0 comments on commit 01ffcc8

Please sign in to comment.