Skip to content

Commit

Permalink
Add a changelog message
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jan 4, 2021
1 parent e171a62 commit 1614243
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"stronghold-runtime": patch
"vault": patch
---

Address two new clippy warnings: `needless_lifetimes` (addressed in the vault)
and `unnecessary_cast` (ignored in the runtime since they are necessary for
portability: `0 as libc::c_char` is not necessarily the same as `0_u8`).

0 comments on commit 1614243

Please sign in to comment.