Skip to content

Commit f01e3ea

Browse files
committed
v0.94.0
1 parent e680594 commit f01e3ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eszip"
3-
version = "0.93.0"
3+
version = "0.94.0"
44
authors = ["the Deno authors"]
55
edition = "2021"
66
repository = "https://github.com/denoland/eszip"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export function copy_bytes(from, to, dst) { new Uint8Array(to.buffer).set(from, dst) }

0 commit comments

Comments
 (0)