forked from vieter-v/vieter
Updated to weekly.2022.07
This commit is contained in:
parent
c8a10261c4
commit
022f8c4fbe
3 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
|||
# Add parse_request_no_body
|
||||
cat parse_request_no_body.v >> "$1"/vlib/net/http/request.v
|
||||
|
||||
# weekly.2022.07 fixes the write function being private
|
||||
# Make sha256 functions public
|
||||
sed -i \
|
||||
-e 's/\(fn (mut d Digest) checksum(\)/pub \1/' \
|
||||
-e 's/\(fn (mut d Digest) write(\)/pub \1/' \
|
||||
"$1"/vlib/crypto/sha256/sha256.v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue