Skip to content

Instantly share code, notes, and snippets.

@mc-ditto
mc-ditto / shared_crates.diff
Last active May 8, 2026 01:37
Diff of shared crates between SDK 5.0.0 and HyDRA 1.63.0
This file has been truncated, but you can view the full file.
diff --git a/crates/ditto-auth/Cargo.toml b/crates/ditto-auth/Cargo.toml
index 7205a9511f..3a61f3dd8d 100644
--- a/crates/ditto-auth/Cargo.toml
+++ b/crates/ditto-auth/Cargo.toml
@@ -11,9 +11,9 @@ default = ["http-server"]
# Enable HTTP server submodule (not used with, for example, WASM builds)
http-server = ["axum", "axum-extra", "tower", "tower-http"]
-# Track metrics of the innerworkings of the crate. This is a seperate feature since ditto-observability won't build on
+# Track metrics of the innerworkings of the crate. This is a seperate feature since ditto-metrics won't build on