mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fmt
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
|
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
|
||||||
[target.'cfg(windows)']
|
[target."cfg(windows)"]
|
||||||
rustflags = ["-C", "link-args=/STACK:16777220"]
|
rustflags = ["-C", "link-args=/STACK:16777220"]
|
||||||
|
|
||||||
[target.x86_64-pc-windows-msvc]
|
[target.x86_64-pc-windows-msvc]
|
||||||
|
|||||||
+1
-1
@@ -57,8 +57,8 @@ bitflags = "2.9.4"
|
|||||||
bon = "3.9.3"
|
bon = "3.9.3"
|
||||||
bytemuck = "1.24.0"
|
bytemuck = "1.24.0"
|
||||||
bytes = "1.10.1"
|
bytes = "1.10.1"
|
||||||
censor = "0.3.0"
|
|
||||||
cel = { version = "0.14.0", default-features = false, features = ["json"] }
|
cel = { version = "0.14.0", default-features = false, features = ["json"] }
|
||||||
|
censor = "0.3.0"
|
||||||
chardetng = "0.1.17"
|
chardetng = "0.1.17"
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.42"
|
||||||
cidre = { version = "0.15.0", default-features = false, features = [
|
cidre = { version = "0.15.0", default-features = false, features = [
|
||||||
|
|||||||
+2
-2
@@ -55,11 +55,11 @@ core-foundation.workspace = true
|
|||||||
core-graphics.workspace = true
|
core-graphics.workspace = true
|
||||||
objc2-app-kit = { workspace = true, features = ["NSWindow"] }
|
objc2-app-kit = { workspace = true, features = ["NSWindow"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target."cfg(windows)".dependencies]
|
||||||
webview2-com.workspace = true
|
webview2-com.workspace = true
|
||||||
windows-core.workspace = true
|
windows-core.workspace = true
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.windows]
|
[target."cfg(windows)".dependencies.windows]
|
||||||
workspace = true
|
workspace = true
|
||||||
features = [
|
features = [
|
||||||
"Win32_Foundation",
|
"Win32_Foundation",
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ aws-sdk-s3 = { workspace = true }
|
|||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
bitflags = { workspace = true }
|
bitflags = { workspace = true }
|
||||||
bytes = { workspace = true }
|
bytes = { workspace = true }
|
||||||
censor = { workspace = true }
|
|
||||||
cel = { workspace = true }
|
cel = { workspace = true }
|
||||||
|
censor = { workspace = true }
|
||||||
chrono = { workspace = true, features = ["serde"] }
|
chrono = { workspace = true, features = ["serde"] }
|
||||||
clap = { workspace = true, features = ["derive"] }
|
clap = { workspace = true, features = ["derive"] }
|
||||||
clickhouse = { workspace = true, features = ["time", "uuid"] }
|
clickhouse = { workspace = true, features = ["time", "uuid"] }
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ dunce = { workspace = true }
|
|||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
cidre = { workspace = true, features = ["blocks", "nw"] }
|
cidre = { workspace = true, features = ["blocks", "nw"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target."cfg(windows)".dependencies]
|
||||||
windows = { workspace = true, features = ["Networking_Connectivity"] }
|
windows = { workspace = true, features = ["Networking_Connectivity"] }
|
||||||
windows-core = { workspace = true }
|
windows-core = { workspace = true }
|
||||||
winreg = { workspace = true }
|
winreg = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user