mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-01 21:28:43 -04:00
Version update: v0.2.2 → v0.2.3
- Security fix for WS denial of service - Support for latest Rust 1.72
This commit is contained in:
parent
6a65b9adee
commit
fa13f95a10
10 changed files with 22 additions and 22 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-core"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
# ---
|
||||
description = "Core library used to create a Veilid node and operate it as part of an application"
|
||||
authors = ["Veilid Team <contact@veilid.com>"]
|
||||
|
@ -59,7 +59,7 @@ network-result-extra = ["veilid-tools/network-result-extra"]
|
|||
[dependencies]
|
||||
|
||||
# Tools
|
||||
veilid-tools = { version = "0.2.2", path = "../veilid-tools", features = [
|
||||
veilid-tools = { version = "0.2.3", path = "../veilid-tools", features = [
|
||||
"tracing",
|
||||
], default-features = false }
|
||||
paste = "1.0.14"
|
||||
|
@ -181,7 +181,7 @@ socket2 = { version = "0.5.4", features = ["all"] }
|
|||
# Dependencies for WASM builds only
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
||||
veilid-tools = { version = "0.2.2", path = "../veilid-tools", default-features = false, features = [
|
||||
veilid-tools = { version = "0.2.3", path = "../veilid-tools", default-features = false, features = [
|
||||
"rt-wasm-bindgen",
|
||||
] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue