diff --git a/Cargo.lock b/Cargo.lock index c1ec355..cfec974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "droplet" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "boa_engine", diff --git a/Cargo.toml b/Cargo.toml index 6635eeb..d0f5bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] edition = "2021" name = "droplet" -version = "0.3.5" +version = "0.3.6" license = "AGPL-3.0-only" description = "Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Drop" + [lib] crate-type = ["cdylib"]