mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-06-22 04:11:40 +10:00
fix: bump rust version
This commit is contained in:
Generated
+1
-1
@@ -482,7 +482,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "droplet"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"boa_engine",
|
||||
|
||||
+2
-1
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user