Bump Rust version to 1.79
Maintaining an old MSRV is not a priority for this project. If you would like to keep an old MSRV active, please maintain your own patch/fork.
This commit is contained in:
@@ -14,15 +14,15 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
priority-queue = "2.0.2"
|
||||
bytes = "1.4.0"
|
||||
napi = { version = "2.0", features = ["napi8", "tokio_rt"] }
|
||||
napi-derive = "2.0"
|
||||
napi = { version = "2", features = ["napi8", "tokio_rt"] }
|
||||
napi-derive = "2"
|
||||
bytemuck = "1.13.1"
|
||||
tracing = "0.1.36"
|
||||
tracing-log = "0.2.0"
|
||||
tracing-subscriber = { version = "0.3.15", features = ["env-filter"]}
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2.0"
|
||||
napi-build = "2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user