Merge branch 'next/major' of github.com:Start9Labs/start-os into feature/start-tunnel

This commit is contained in:
Aiden McClelland
2025-10-12 08:50:19 -06:00
2 changed files with 3 additions and 3 deletions

4
core/Cargo.lock generated
View File

@@ -4652,9 +4652,9 @@ dependencies = [
[[package]]
name = "moxcms"
version = "0.7.6"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc7d85f3d741164e8972ad355e26ac6e51b20fcae5f911c7da8f2d8bbbb3f33"
checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
dependencies = [
"num-traits",
"pxfm",

View File

@@ -60,7 +60,7 @@ cli-registry = []
cli-startd = []
cli-tunnel = []
default = ["cli", "startd", "registry", "cli-container", "tunnel"]
dev = []
dev = ["backtrace-on-stack-overflow"]
docker = []
registry = []
startd = []