diff --git a/Cargo.toml b/Cargo.toml index ad243a62b..aae156bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,3 +52,6 @@ slog-async = "2" [package.metadata.docs.rs] features = ["std", "nested-values", "dynamic-keys"] + +[patch.crates-io] +slog-async = { git = "https://github.com/jacekchmiel/slog-async", branch = "log-0.4-support" } \ No newline at end of file