diff --git a/libraries/droplet/Cargo.lock b/libraries/droplet/Cargo.lock index 157e5988..1de698f3 100644 --- a/libraries/droplet/Cargo.lock +++ b/libraries/droplet/Cargo.lock @@ -249,7 +249,7 @@ dependencies = [ [[package]] name = "droplet-rs" -version = "0.15.1" +version = "0.16.0" dependencies = [ "anyhow", "async-trait", diff --git a/libraries/droplet/Cargo.toml b/libraries/droplet/Cargo.toml index eaaddaf9..eb6ec359 100644 --- a/libraries/droplet/Cargo.toml +++ b/libraries/droplet/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" authors = ["Drop-OSS"] name = "droplet-rs" -version = "0.15.1" +version = "0.16.0" 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"