fix: bump rust version

This commit is contained in:
DecDuck
2025-12-13 14:34:59 +11:00
parent 9064f77f21
commit 7846128786
2 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -482,7 +482,7 @@ dependencies = [
[[package]]
name = "droplet"
version = "0.3.5"
version = "0.3.6"
dependencies = [
"anyhow",
"boa_engine",
+2 -1
View File
@@ -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"]