mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-16 05:53:03 -04:00
Version update: v0.4.3 → v0.4.4
This commit is contained in:
parent
8bb60de1e0
commit
f16c31bc40
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.4.3
|
||||
current_version = 0.4.4
|
||||
|
||||
[bumpversion:file:veilid-server/Cargo.toml]
|
||||
search = name = "veilid-server"
|
||||
|
354
Cargo.lock
generated
354
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-cli"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Client application for connecting to a Veilid headless node"
|
||||
resolver = "2"
|
||||
@ -60,7 +60,7 @@ flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
|
||||
thiserror = "^1"
|
||||
crossbeam-channel = "^0"
|
||||
hex = "^0"
|
||||
veilid-tools = { version = "0.4.3", path = "../veilid-tools", default-features = false }
|
||||
veilid-tools = { version = "0.4.4", path = "../veilid-tools", default-features = false }
|
||||
|
||||
json = "^0"
|
||||
stop-token = { version = "^0", default-features = false }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-core"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Core library used to create a Veilid node and operate it as part of an application"
|
||||
build = "build.rs"
|
||||
@ -67,7 +67,7 @@ geolocation = ["maxminddb", "reqwest"]
|
||||
[dependencies]
|
||||
|
||||
# Tools
|
||||
veilid-tools = { version = "0.4.3", path = "../veilid-tools", features = [
|
||||
veilid-tools = { version = "0.4.4", path = "../veilid-tools", features = [
|
||||
"tracing",
|
||||
], default-features = false }
|
||||
paste = "1.0.15"
|
||||
@ -189,7 +189,7 @@ rustls-pemfile = "1.0.4"
|
||||
# Dependencies for WASM builds only
|
||||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
||||
|
||||
veilid-tools = { version = "0.4.3", path = "../veilid-tools", default-features = false, features = [
|
||||
veilid-tools = { version = "0.4.4", path = "../veilid-tools", default-features = false, features = [
|
||||
"rt-wasm-bindgen",
|
||||
] }
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# --- Bumpversion match - do not reorder
|
||||
name: veilid
|
||||
version: 0.4.3
|
||||
version: 0.4.4
|
||||
# ---
|
||||
description: Veilid Framework
|
||||
homepage: https://veilid.com
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-flutter"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Flutter/Dart bindings for Veilid"
|
||||
resolver = "2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Create an application in Python using the distributed Veilid framework for private, E2EE, app-to-app communication."
|
||||
authors = ["Veilid Team <contact@veilid.com>"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-server"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Veilid Headless Node"
|
||||
resolver = "2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-tools"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "A collection of baseline tools for Rust development use by Veilid and Veilid-enabled Rust applications"
|
||||
resolver = "2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# --- Bumpversion match - do not reorder
|
||||
name = "veilid-wasm"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# ---
|
||||
description = "Veilid bindings for WebAssembly"
|
||||
resolver = "2"
|
||||
@ -20,7 +20,7 @@ default = ["veilid-core/default-wasm"]
|
||||
crypto-test = ["veilid-core/crypto-test"]
|
||||
|
||||
[dependencies]
|
||||
veilid-core = { version = "0.4.3", path = "../veilid-core", default-features = false }
|
||||
veilid-core = { version = "0.4.4", path = "../veilid-core", default-features = false }
|
||||
|
||||
tracing = { version = "^0", features = ["log", "attributes"] }
|
||||
veilid-tracing-wasm = "^0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user